Skip to content

Commit

Permalink
ci: disable sanitizers on ubuntu/clang (cf #396)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Mar 17, 2024
1 parent add9fef commit 2d88098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
config:
- {
os: ubuntu-latest, name: "Ubuntu Clang 15", cc: "clang-15", cxx: "clang++-15",
artifact: "ubuntu-clang-15", sanitizers: "On", preconfigure: ""
artifact: "ubuntu-clang-15", sanitizers: "Off", preconfigure: ""
}
- {
os: ubuntu-latest, name: "Ubuntu Clang 15 (valgrind)", cc: "clang-15", cxx: "clang++-15",
Expand Down

0 comments on commit 2d88098

Please sign in to comment.