]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
disable leak detection on CI runs for OSX
authorAlan T. DeKok <aland@freeradius.org>
Thu, 15 Jan 2026 15:58:19 +0000 (10:58 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 15 Jan 2026 15:58:19 +0000 (10:58 -0500)
the underlying OSX libraries produce a ton of false positives,
and we don't have time right now to track them all down and add
suppression rules for each one.

.github/workflows/ci-macos.yml

index 9389d284a1c492112d2d8303e4d54ccc3d75f288..a4e0def527da370773710ae8fd2074bec8fb2ba4 100644 (file)
@@ -9,7 +9,7 @@ on:
   pull_request:
 
 env:
-  ASAN_OPTIONS: symbolize=1 detect_leaks=1 detect_stack_use_after_return=1
+  ASAN_OPTIONS: symbolize=1 detect_leaks=0 detect_stack_use_after_return=1
   LSAN_OPTIONS: fast_unwind_on_malloc=0:malloc_context_size=50
   UBSAN_OPTIONS: print_stacktrace=1
   M_PERTURB: "0x42"