Skip to content

Commit

Permalink
Merge #3226
Browse files Browse the repository at this point in the history
3226: Fixed version to nightly-2002-10-09 for the CI build Minimal Wasmer Headless r=ptitSeb a=ptitSeb

# Description
Current nightly build trigger an internal compiler error

Co-authored-by: ptitSeb <[email protected]>
  • Loading branch information
bors[bot] and ptitSeb authored Oct 13, 2022
2 parents 5db56ce + 6c3e970 commit 78f95fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
run: |
make build-wapm
- name: Install Nightly Rust for Headless
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@nightly-2022-10-09
with:
target: ${{ matrix.target }}
components: "rust-src"
Expand All @@ -236,7 +236,7 @@ jobs:
echo "incremental = false" >> Cargo.toml
echo "codegen-units = 1" >> Cargo.toml
echo "rpath = false" >> Cargo.toml
rustup override set nightly
rustup override set nightly-2022-10-09
make build-wasmer-headless-minimal
rustup override unset
- name: Build Wasmer with minimal "sys" features
Expand Down

0 comments on commit 78f95fa

Please sign in to comment.