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
This commit is contained in:
Jason Simmons 2025-03-21 15:02:51 +00:00 committed by GitHub
parent 8fde4325ab
commit 5a8d4032e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,6 @@
"debug", "debug",
"--unoptimized", "--unoptimized",
"--prebuilt-dart-sdk", "--prebuilt-dart-sdk",
"--asan",
"--dart-debug", "--dart-debug",
"--rbe", "--rbe",
"--no-goma" "--no-goma"