Skip to content

Commit 59cb7c6

Browse files
mpwarresleonm1
authored andcommitted
change --config=clang-asan-strict to --config=clang-asan
Signed-off-by: Michael Warres <[email protected]>
1 parent 1f604c4 commit 59cb7c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
os: ubuntu-22.04
121121
arch: x86_64
122122
action: test
123-
flags: --config=clang-asan-strict --define=crypto=system
123+
flags: --config=clang-asan --define=crypto=system
124124
- name: 'NullVM on Linux/x86_64 with TSan'
125125
engine: 'null'
126126
os: ubuntu-22.04
@@ -237,7 +237,7 @@ jobs:
237237
os: ubuntu-22.04
238238
arch: x86_64
239239
action: test
240-
flags: --config=clang-asan-strict --define=crypto=system
240+
flags: --config=clang-asan --define=crypto=system
241241
- name: 'Wasmtime on Linux/aarch64'
242242
engine: 'wasmtime'
243243
repo: 'com_github_bytecodealliance_wasmtime'

0 commit comments

Comments
 (0)