File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ build:clang-asan --copt -DADDRESS_SANITIZER=1
28
28
build:clang-asan --copt -DUNDEFINED_SANITIZER=1
29
29
build:clang-asan --copt -fsanitize=address,undefined
30
30
build:clang-asan --copt -fsanitize-address-use-after-scope
31
- build:clang-asan --copt -fno-sanitize=unsigned-integer-overflow
32
31
build:clang-asan --linkopt -fsanitize=address,undefined
33
32
build:clang-asan --linkopt -fsanitize-address-use-after-scope
34
33
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
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
os : ubuntu-22.04
119
119
arch : x86_64
120
120
action : test
121
- flags : --config=clang-asan-strict --define=crypto=system
121
+ flags : --config=clang-asan --define=crypto=system
122
122
- name : ' NullVM on Linux/x86_64 with TSan'
123
123
engine : ' null'
124
124
os : ubuntu-22.04
@@ -235,7 +235,7 @@ jobs:
235
235
os : ubuntu-22.04
236
236
arch : x86_64
237
237
action : test
238
- flags : --config=clang-asan-strict --define=crypto=system
238
+ flags : --config=clang-asan --define=crypto=system
239
239
- name : ' Wasmtime on Linux/aarch64'
240
240
engine : ' wasmtime'
241
241
repo : ' com_github_bytecodealliance_wasmtime'
You can’t perform that action at this time.
0 commit comments