Skip to content
Snippets Groups Projects

Resolve "srtool no more builds the WASM"

Merged Cédric Moreau requested to merge 189-srtool-no-more-builds-the-wasm into master
1 unresolved thread

Closes #189 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Benjamin Gallois requested review from @HugoTrentesaux and removed review request for @bgallois

    requested review from @HugoTrentesaux and removed review request for @bgallois

  • Cédric Moreau changed milestone to %runtime-801

    changed milestone to %runtime-801

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • mentioned in issue #189 (closed)

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • 121 when: manual
    122 - if: $CI_COMMIT_TAG
    123 when: never
    124 - if: $CI_COMMIT_BRANCH =~ /^(release\/runtime-)[0-9].*/
    125 when: never
    126 - if: '$CI_MERGE_REQUEST_ID || $CI_COMMIT_BRANCH == "master"'
    127 - when: manual
    128 image: paritytech/srtool:1.74.0-0.13.0
    129 variables:
    130 PACKAGE: gdev-runtime
    131 RUNTIME_DIR: runtime/gdev
    132 SRTOOL_OUTPUT: $CI_PROJECT_DIR/release/srtool_output_gdev.json
    133 script:
    134 - echo "Building runtime for gdev"
    135 - mkdir -p $CI_PROJECT_DIR/release
    136 - 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
  • requested review from @HugoTrentesaux

  • Cédric Moreau approved this merge request

    approved this merge request

  • merged

  • Cédric Moreau mentioned in commit 1b92a390

    mentioned in commit 1b92a390

  • Cédric Moreau mentioned in commit 2d49b03c

    mentioned in commit 2d49b03c

  • Cédric Moreau mentioned in commit 73000cdd

    mentioned in commit 73000cdd

  • Cédric Moreau mentioned in commit 24c0a2ff

    mentioned in commit 24c0a2ff

  • Cédric Moreau mentioned in commit 28befb32

    mentioned in commit 28befb32

  • Cédric Moreau mentioned in commit 3036456c

    mentioned in commit 3036456c

  • Cédric Moreau mentioned in commit 0f671ac6

    mentioned in commit 0f671ac6

  • Please register or sign in to reply
    Loading