Fix VTune build (#3219)

* Fix vtune build

* Add vtune build to automation

* don't allocate a different module id for each function
This commit is contained in:
Benjamin Bouvier
2021-08-20 17:17:54 +02:00
committed by GitHub
parent 74c18a6af4
commit 18fe7d124e
3 changed files with 14 additions and 11 deletions

View File

@@ -132,6 +132,7 @@ jobs:
- run: cargo check -p wasmtime --no-default-features --features wat
- run: cargo check -p wasmtime --no-default-features --features lightbeam
- run: cargo check -p wasmtime --no-default-features --features jitdump
- run: cargo check -p wasmtime --no-default-features --features vtune
- run: cargo check -p wasmtime --no-default-features --features cache
- run: cargo check -p wasmtime --no-default-features --features async
- run: cargo check -p wasmtime --no-default-features --features uffd