|
@ -57,7 +57,7 @@ jobs: |
|
|
submodules: true |
|
|
submodules: true |
|
|
- uses: ./.github/actions/install-rust |
|
|
- uses: ./.github/actions/install-rust |
|
|
with: |
|
|
with: |
|
|
toolchain: nightly-2020-08-30 |
|
|
toolchain: nightly-2020-08-25 |
|
|
- run: cargo doc --no-deps --all --exclude wasmtime-cli --exclude test-programs --exclude cranelift-codegen-meta |
|
|
- run: cargo doc --no-deps --all --exclude wasmtime-cli --exclude test-programs --exclude cranelift-codegen-meta |
|
|
- run: cargo doc --package cranelift-codegen-meta --document-private-items |
|
|
- run: cargo doc --package cranelift-codegen-meta --document-private-items |
|
|
- uses: actions/upload-artifact@v1 |
|
|
- uses: actions/upload-artifact@v1 |
|
@ -92,7 +92,7 @@ jobs: |
|
|
submodules: true |
|
|
submodules: true |
|
|
- uses: ./.github/actions/install-rust |
|
|
- uses: ./.github/actions/install-rust |
|
|
with: |
|
|
with: |
|
|
toolchain: nightly-2020-08-30 |
|
|
toolchain: nightly-2020-08-25 |
|
|
|
|
|
|
|
|
# Check some feature combinations of the `wasmtime` crate |
|
|
# Check some feature combinations of the `wasmtime` crate |
|
|
- run: cargo check --manifest-path crates/wasmtime/Cargo.toml --no-default-features |
|
|
- run: cargo check --manifest-path crates/wasmtime/Cargo.toml --no-default-features |
|
@ -141,7 +141,7 @@ jobs: |
|
|
submodules: true |
|
|
submodules: true |
|
|
- uses: ./.github/actions/install-rust |
|
|
- uses: ./.github/actions/install-rust |
|
|
with: |
|
|
with: |
|
|
toolchain: nightly-2020-08-30 |
|
|
toolchain: nightly-2020-08-25 |
|
|
- run: cargo install cargo-fuzz --vers "^0.8" |
|
|
- run: cargo install cargo-fuzz --vers "^0.8" |
|
|
- run: cargo fetch |
|
|
- run: cargo fetch |
|
|
working-directory: ./fuzz |
|
|
working-directory: ./fuzz |
|
@ -192,7 +192,7 @@ jobs: |
|
|
rust: beta |
|
|
rust: beta |
|
|
- build: nightly |
|
|
- build: nightly |
|
|
os: ubuntu-latest |
|
|
os: ubuntu-latest |
|
|
rust: nightly-2020-08-30 |
|
|
rust: nightly-2020-08-25 |
|
|
- build: macos |
|
|
- build: macos |
|
|
os: macos-latest |
|
|
os: macos-latest |
|
|
rust: stable |
|
|
rust: stable |
|
|