Move determinism check to wasmtime's CI

This commit is contained in:
Alex Crichton
2020-02-25 11:25:21 -08:00
parent 435735d13c
commit 7beea5ee88
3 changed files with 13 additions and 12 deletions

View File

@@ -13,15 +13,3 @@ jobs:
- run: cargo install cargo-deadlinks
- run: find ./target/doc -maxdepth 1 -type d -name "cranelift*" | xargs -I{} cargo deadlinks --dir {}
name: Run cargo-deadlinks
meta_determinist_check:
name: Meta deterministic check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Install Rust
run: rustup update stable && rustup default stable
- run: cargo build
- run: ci/ensure_deterministic_build.sh