From 7ddc289cc11849dbf79d3105295ce2c1696da2d6 Mon Sep 17 00:00:00 2001 From: He Jie Xu Date: Mon, 29 Apr 2024 01:06:57 +0000 Subject: [PATCH] update Signed-off-by: He Jie Xu --- ci/do_ci.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/ci/do_ci.sh b/ci/do_ci.sh index 13ff6313d8a3..d460aad6886d 100755 --- a/ci/do_ci.sh +++ b/ci/do_ci.sh @@ -461,18 +461,9 @@ case $CI_TARGET in @envoy//test/common/common:assert_test \ --define log_fast_debug_assert_in_release=enabled \ --define log_debug_assert_in_release=disabled - echo "Building binary and DISABLE cache with wasm=wasmtime... and logging disabled" - bazel build "${BAZEL_BUILD_OPTIONS[@]}" \ - --action_env=ARBITRARY_TEST=TEST5 \ - --config=compile-time-options \ - --define wasm=wasmtime \ - --define enable_logging=disabled \ - -c fastbuild \ - @envoy//source/exe:envoy-static \ - --build_tag_filters=-nofips echo "Building contrib binary and DIABLE cache with wasm=wasmtime... and logging disabled" bazel build "${BAZEL_BUILD_OPTIONS[@]}" \ - --action_env=ARBITRARY_TEST=TEST6 \ + --action_env=ARBITRARY_TEST=TEST7 \ --config=compile-time-options \ --define wasm=wasmtime \ --define enable_logging=disabled \