Skip to content
Snippets Groups Projects
Commit 37266eca authored by bgallois's avatar bgallois Committed by Hugo Trentesaux
Browse files

fix srtool

parent f56ea6c3
No related branches found
No related tags found
1 merge request!249Fix srtool
Pipeline #36325 skipped
This commit is part of merge request !249. Comments created here will be created in the context of that merge request.
...@@ -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.
Finish editing this message first!
Please register or to comment