Skip to content
Snippets Groups Projects
Commit 2d49b03c authored by Cédric Moreau's avatar Cédric Moreau
Browse files

#239: fix: remove workaround from !239

parent df7d5b3d
No related branches found
No related tags found
No related merge requests found
Pipeline #39281 canceled
...@@ -312,7 +312,6 @@ build_network_runtime: ...@@ -312,7 +312,6 @@ build_network_runtime:
- echo "RUNTIME_DIR = $RUNTIME_DIR" - echo "RUNTIME_DIR = $RUNTIME_DIR"
- 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
...@@ -337,7 +336,6 @@ build_gdev_runtime: ...@@ -337,7 +336,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