Skip to content

Commit

Permalink
#349: ci: disable asan in clang-11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jan 16, 2025
1 parent 883e12f commit 755c149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage-clang-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
MAGISTRATE_MPI: 1
MAGISTRATE_WARNINGS_AS_ERRORS: 1
MAGISTRATE_DOCS: 0
MAGISTRATE_ASAN: 1
MAGISTRATE_ASAN: 0
MAGISTRATE_UBSAN: 0
MAGISTRATE_SERIALIZATION_ERROR_CHECKING: 1
CACHE: ~/.local/cache/
Expand Down
1 change: 1 addition & 0 deletions scripts/workflows.ini
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ compiler_type = clang
compiler = clang-11
output_name = .github/workflows/dockerimage-clang-11-ubuntu-mpich.yml
distro = 22.04
checkpoint_asan = 0

[PR-tests-clang-12]
test_configuration = "clang-12, ubuntu, mpich"
Expand Down

0 comments on commit 755c149

Please sign in to comment.