File tree 2 files changed +3
-4
lines changed
examples/raytrace-parallel
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201
201
steps :
202
202
- template : ci/azure-install-rust.yml
203
203
parameters :
204
- toolchain : nightly-2019-10-04
204
+ toolchain : nightly-2020-01-06
205
205
# Temporarily disable sccache because it is failing on CI.
206
206
# - template: ci/azure-install-sccache.yml
207
207
- script : rustup component add rust-src
Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ set -ex
17
17
# work by default, which the wasm target uses. To work around that we find it
18
18
# and put it in PATH
19
19
20
- PATH=$PATH :$( dirname $( find $( rustc --print sysroot) -name ' rust-lld' ) ) \
21
- RUSTFLAGS=' -C target-feature=+atomics,+bulk-memory' \
22
- cargo build --target wasm32-unknown-unknown --release -Z build-std
20
+ RUSTFLAGS=' -C target-feature=+atomics,+bulk-memory' \
21
+ cargo build -v --target wasm32-unknown-unknown --release -Z build-std=std,panic_abort
23
22
24
23
# Note the usage of `--no-modules` here which is used to create an output which
25
24
# is usable from Web Workers. We notably can't use `--target bundler` since
You can’t perform that action at this time.
0 commit comments