Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: He Jie Xu <hejie.xu@intel.com>
  • Loading branch information
soulxu committed Apr 28, 2024
1 parent b5322e3 commit 994931b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions ci/do_ci.sh
Expand Up @@ -461,9 +461,18 @@ 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 with wasm=wasmtime... and logging disabled"
echo "Building binary and DISABLE cache with wasm=wasmtime... and logging disabled"
bazel build "${BAZEL_BUILD_OPTIONS[@]}" \
--action_env=TEST=TEST \
--action_env=ARBITRARY_TEST=TEST1 \
--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=TEST2 \
--config=compile-time-options \
--define wasm=wasmtime \
--define enable_logging=disabled \
Expand Down

0 comments on commit 994931b

Please sign in to comment.