Skip to content

Commit cf45d5b

Browse files
committed
Pin to an older nightly to fix CI
1 parent 1e1cab6 commit cf45d5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- template: ci/azure-install-rust.yml
7878
parameters:
79-
toolchain: nightly
79+
toolchain: nightly-2020-05-24
8080
- template: ci/azure-install-node.yml
8181
- script: cargo test --target wasm32-unknown-unknown --features nightly --test wasm
8282

@@ -276,7 +276,7 @@ jobs:
276276
steps:
277277
- template: ci/azure-install-rust.yml
278278
parameters:
279-
toolchain: nightly
279+
toolchain: nightly-2020-05-24
280280
- script: cargo doc --no-deps --features 'nightly serde-serialize'
281281
displayName: "Document wasm-bindgen"
282282
- script: cargo doc --no-deps --manifest-path crates/js-sys/Cargo.toml

examples/raytrace-parallel/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -ex
1818
# and put it in PATH
1919

2020
RUSTFLAGS='-C target-feature=+atomics,+bulk-memory' \
21-
cargo build -v --target wasm32-unknown-unknown --release -Z build-std=std,panic_abort
21+
cargo build --target wasm32-unknown-unknown --release -Z build-std=std,panic_abort
2222

2323
# Note the usage of `--no-modules` here which is used to create an output which
2424
# is usable from Web Workers. We notably can't use `--target bundler` since

0 commit comments

Comments
 (0)