We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f604c4 commit 59cb7c6Copy full SHA for 59cb7c6
.github/workflows/test.yml
@@ -120,7 +120,7 @@ jobs:
120
os: ubuntu-22.04
121
arch: x86_64
122
action: test
123
- flags: --config=clang-asan-strict --define=crypto=system
+ flags: --config=clang-asan --define=crypto=system
124
- name: 'NullVM on Linux/x86_64 with TSan'
125
engine: 'null'
126
@@ -237,7 +237,7 @@ jobs:
237
238
239
240
241
- name: 'Wasmtime on Linux/aarch64'
242
engine: 'wasmtime'
243
repo: 'com_github_bytecodealliance_wasmtime'
0 commit comments