Fix typo in CI config and suppress STORE_U8 in TSAN (#2802)
This typo prevented sanitizers to work in the CI.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
# Proposing to accept this risk for now. It might be wasi-libc related.
|
||||
# https://github.com/bytecodealliance/wasm-micro-runtime/pull/1963#issuecomment-1455342931
|
||||
race:STORE_U32
|
||||
race:STORE_U8
|
||||
|
||||
# Suppressing signal-unsafe inside of a signal for AOT mode
|
||||
# see https://github.com/bytecodealliance/wasm-micro-runtime/issues/2248#issuecomment-1630189656
|
||||
|
||||
Reference in New Issue
Block a user