From 5a8d4032e9460e9cf4fe948cbde7009baba45849 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Fri, 21 Mar 2025 15:02:51 +0000 Subject: [PATCH] Disable the address sanitizer in the linux_unopt build (#165661) This is causing issues on LUCI workers that were upgraded to a new version of Ubuntu. See https://github.com/flutter/flutter/issues/165594 See https://github.com/flutter/flutter/pull/165620 --- engine/src/flutter/ci/builders/linux_unopt.json | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/src/flutter/ci/builders/linux_unopt.json b/engine/src/flutter/ci/builders/linux_unopt.json index ec8a1dc227..7af97ebabf 100644 --- a/engine/src/flutter/ci/builders/linux_unopt.json +++ b/engine/src/flutter/ci/builders/linux_unopt.json @@ -16,7 +16,6 @@ "debug", "--unoptimized", "--prebuilt-dart-sdk", - "--asan", "--dart-debug", "--rbe", "--no-goma"