Skip to content
Snippets Groups Projects
Commit 24c0a2ff authored by Cédric Moreau's avatar Cédric Moreau Committed by Cédric Moreau
Browse files

#269: fix: remove workaround from !239

parent f70edd44
No related branches found
No related tags found
No related merge requests found
...@@ -310,7 +310,6 @@ build_network_runtime: ...@@ -310,7 +310,6 @@ build_network_runtime:
- *define_network_branch_vars - *define_network_branch_vars
- echo "SRTOOL_OUTPUT = $SRTOOL_OUTPUT" - echo "SRTOOL_OUTPUT = $SRTOOL_OUTPUT"
- 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
# 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
...@@ -335,7 +334,6 @@ build_gdev_runtime: ...@@ -335,7 +334,6 @@ build_gdev_runtime:
script: script:
- *define_release_runtime_vars - *define_release_runtime_vars
- 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
# 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