Skip to content

Commit d7d6af7

Browse files
committed
Change asan config for NullVM and Wasmtime from clang-asan-strict to clang-asan
Signed-off-by: Michael Warres <[email protected]>
1 parent c2f8102 commit d7d6af7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bazelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ build:clang-asan --copt -DADDRESS_SANITIZER=1
2828
build:clang-asan --copt -DUNDEFINED_SANITIZER=1
2929
build:clang-asan --copt -fsanitize=address,undefined
3030
build:clang-asan --copt -fsanitize-address-use-after-scope
31-
build:clang-asan --copt -fno-sanitize=unsigned-integer-overflow
3231
build:clang-asan --linkopt -fsanitize=address,undefined
3332
build:clang-asan --linkopt -fsanitize-address-use-after-scope
3433
build:clang-asan --test_env=ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:strict_init_order=1:strict_string_checks=1

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
os: ubuntu-22.04
119119
arch: x86_64
120120
action: test
121-
flags: --config=clang-asan-strict --define=crypto=system
121+
flags: --config=clang-asan --define=crypto=system
122122
- name: 'NullVM on Linux/x86_64 with TSan'
123123
engine: 'null'
124124
os: ubuntu-22.04
@@ -235,7 +235,7 @@ jobs:
235235
os: ubuntu-22.04
236236
arch: x86_64
237237
action: test
238-
flags: --config=clang-asan-strict --define=crypto=system
238+
flags: --config=clang-asan --define=crypto=system
239239
- name: 'Wasmtime on Linux/aarch64'
240240
engine: 'wasmtime'
241241
repo: 'com_github_bytecodealliance_wasmtime'

0 commit comments

Comments
 (0)