Skip to content

Commit

Permalink
bazel: Remove sanitizers from default program
Browse files Browse the repository at this point in the history
They have their own program now!

Bug: 301487567
Change-Id: I0eb07b98ba597ab0d8478b682bb54dc20509b027
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/223572
Reviewed-by: Rob Mohr <[email protected]>
Lint: Lint 🤖 <[email protected]>
Commit-Queue: Ted Pudlik <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Jul 22, 2024
1 parent 74bc3ca commit a70c899
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pigweed.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,21 +141,6 @@
"test",
"//..."
],
[
"test",
"--config=asan",
"//..."
],
[
"test",
"--config=tsan",
"//..."
],
[
"test",
"--config=ubsan",
"//..."
],
[
"test",
"--//pw_unit_test:backend=//pw_unit_test:googletest",
Expand Down

0 comments on commit a70c899

Please sign in to comment.