Skip to content
Snippets Groups Projects
Unverified Commit 3de9028e authored by bgallois's avatar bgallois
Browse files

fix srtool

parent 3da9f54d
No related branches found
No related tags found
No related merge requests found
Pipeline #36312 passed
...@@ -129,7 +129,7 @@ gdev_srtool_build: ...@@ -129,7 +129,7 @@ gdev_srtool_build:
script: script:
- echo "Building runtime for gdev" - echo "Building runtime for gdev"
- mkdir -p $CI_PROJECT_DIR/release - mkdir -p $CI_PROJECT_DIR/release
- echo -e "[toolchain]\nchannel = \"`curl -s https://raw.githubusercontent.com/paritytech/srtool/master/RUSTC_VERSION`\"\ncomponents = [ \"rust-std\", \"rust-src\" ]" > $RUNTIME_DIR/rust-toolchain.toml # Workaround see !239 - echo -e "[toolchain]\nchannel = \"`curl -s https://raw.githubusercontent.com/paritytech/srtool/master/RUSTC_VERSION`\"\ncomponents = [ \"rust-std\", \"rust-src\" ]\ntargets = [ \"wasm32-unknown-unknown\" ]" > $RUNTIME_DIR/rust-toolchain.toml # Workaround see !239
# Copy sources to the expected directory of srtool # Copy sources to the expected directory of srtool
- cp -R * /build/ - cp -R * /build/
# Build the runtime # Build the runtime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment