Skip to content

Commit

Permalink
ci: try to workaround vcasan bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Oct 11, 2024
1 parent f5bd0d1 commit 34c7259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
extra_envs: {}
- name: sanitize+asanonly # For Visual Studio
args: -Db_sanitize=address
extra_envs: {}
extra_envs:
ASAN_OPTIONS: report_globals=2
- name: clang+sanitize
args: >-
"-Db_sanitize=address,undefined"
Expand Down

0 comments on commit 34c7259

Please sign in to comment.