Skip to content

Commit

Permalink
try using current rust nightly for wasi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed May 20, 2019
1 parent faeac98 commit e00f414
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,14 @@ jobs:
tar xf clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz
rustup toolchain install nightly
rustup target add wasm32-wasi --toolchain nightly
- run: |
make test-wasi-singlepass
make test-wasi-clif
- run: rustup default nightly-2019-04-11
- run: |
export LLVM_SYS_70_PREFIX="`pwd`/clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04/"
make test
make test-singlepass
make test-wasi-singlepass
make test-wasi-clif
make test-emscripten-clif
make test-emscripten-singlepass
- save_cache:
Expand Down

0 comments on commit e00f414

Please sign in to comment.