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:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user