diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-01-01 14:13:01 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-01-01 14:13:01 -0800 |
| commit | fc89d14c639faec779956b4e3cd873c07bd4327b (patch) | |
| tree | 8a54aa5e63a6df7842d705613a5b4c6f88a99116 /ci | |
| parent | 7a8d9efc26f194eb20114d1f639ec9fa48d70bff (diff) | |
| download | git-fc89d14c639faec779956b4e3cd873c07bd4327b.tar.xz | |
Revert barrier-based LSan threading race workaround
The extra "barrier" approach was too much code whose sole purpose
was to work around a race that is not even ours (i.e. in LSan's
teardown code).
In preparation for queuing a solution taking a much-less-invasive
approach, let's revert them.
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/lib.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -385,7 +385,6 @@ linux-musl) ;; linux-leaks|linux-reftable-leaks) export SANITIZE=leak - export THREAD_BARRIER_PTHREAD=1 ;; linux-asan-ubsan) export SANITIZE=address,undefined |
