Skip to content

Commit 47c0933

Browse files
committed
ci: disable address sanitizer for now
On my own machine inside podman, SANITIZE=ON leads to 100% cpu and hanging unit tests. On a different computer it works fine. GitHub actions used to work fine too until one of these days it started to exhibit the same sympton - hangs forever and times out. This happens also when re-running CI on old commits that previously passed CI, so it's not a regression in the code. I can't figure out what the cause of this is, but we a reliable/passing CI, so we disable this check until we know how to fix it.
1 parent d91d9be commit 47c0933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ make prepare-tidy
2020
./.ci/check-tidy
2121

2222
# Build and run Unit tests
23-
make -j8 unit-test
23+
make -j8 unit-test SANITIZE=OFF
2424
make -j8 run-unit-tests
2525
make -j8 run-rust-unit-tests
2626
make -j8 run-valgrind-on-unit-tests

0 commit comments

Comments
 (0)