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
......@@ -129,7 +129,7 @@ gdev_srtool_build:
script:
- echo "Building runtime for gdev"
- 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
- cp -R * /build/
# Build the runtime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment