From dec6feb4930d6cf126c7795fae1500f2bcb4d796 Mon Sep 17 00:00:00 2001 From: Filip Niksic Date: Fri, 18 Oct 2024 14:26:36 -0700 Subject: [PATCH] Add the --config=fuzztest-experimental and --config=asan build configurations. PiperOrigin-RevId: 687425407 --- bazel/setup_configs.sh | 84 ++++++++++++++++++++++++++++++++---------- e2e_tests/BUILD | 1 + fuzztest/BUILD | 5 --- 3 files changed, 66 insertions(+), 24 deletions(-) diff --git a/bazel/setup_configs.sh b/bazel/setup_configs.sh index d0d3d965..fc98b2e9 100755 --- a/bazel/setup_configs.sh +++ b/bazel/setup_configs.sh @@ -4,7 +4,8 @@ set -euf -o pipefail -echo "### DO NOT EDIT. Generated file. +cat <