From 1546b0b2a4bf1cb82d6640ac0ee83f76ac6512ed Mon Sep 17 00:00:00 2001 From: pasta Date: Fri, 7 Aug 2026 13:34:18 -0500 Subject: [PATCH] ci: remove temporary linux64_ubsan workaround following #7503 --- ci/dash/matrix.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ci/dash/matrix.sh b/ci/dash/matrix.sh index 224408b8e752..49117d71c82f 100755 --- a/ci/dash/matrix.sh +++ b/ci/dash/matrix.sh @@ -32,12 +32,6 @@ elif [ "$BUILD_TARGET" = "linux64_sqlite" ]; then source ./ci/test/00_setup_env_native_sqlite.sh elif [ "$BUILD_TARGET" = "linux64_tsan" ]; then source ./ci/test/00_setup_env_native_tsan.sh -elif [ "$BUILD_TARGET" = "linux64_ubsan" ]; then - # TODO: remove it when #7503 will get merged. That's a temporary workaround to check asan on CI - # Compatibility for pull_request_target workflows that still request the legacy target. - # Their default-branch container setup does not grant SYS_PTRACE. - export ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1" - source ./ci/test/00_setup_env_native_asan.sh elif [ "$BUILD_TARGET" = "linux64_valgrind" ]; then source ./ci/test/00_setup_env_native_valgrind.sh elif [ "$BUILD_TARGET" = "mac" ]; then