Skip to content

Commit

Permalink
mobile: removing default build options from CI (envoyproxy#30666)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Nov 1, 2023
1 parent 6538c48 commit d1831a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/mobile-compile_time_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ jobs:
cd mobile
./bazelw build \
--config=mobile-remote-ci \
--define=admin_html=disabled \
--define=admin_functionality=disabled \
--define envoy_exceptions=disabled \
--define envoy_mobile_listener=disabled \
--define=envoy_yaml=disabled \
--copt=-fno-unwind-tables \
--copt=-fno-exceptions \
Expand Down Expand Up @@ -103,7 +100,6 @@ jobs:
--config=mobile-remote-ci \
--define=signal_trace=disabled \
--define=envoy_mobile_request_compression=disabled \
--define=envoy_enable_http_datagrams=disabled \
--define=google_grpc=disabled \
--@com_envoyproxy_protoc_gen_validate//bazel:template-flavor= \
$TARGETS
Expand Down Expand Up @@ -136,7 +132,6 @@ jobs:
--define=envoy_mobile_request_compression=disabled \
--define=envoy_mobile_stats_reporting=disabled \
--define=envoy_mobile_swift_cxx_interop=disabled \
--define=envoy_enable_http_datagrams=disabled \
--define=google_grpc=disabled \
--@envoy//bazel:http3=False \
--@com_envoyproxy_protoc_gen_validate//bazel:template-flavor= \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mobile-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ jobs:
--build_tests_only \
--action_env=LD_LIBRARY_PATH \
--test_env=ENVOY_IP_TEST_VERSIONS=v4only \
--define envoy_mobile_listener=disabled \
--config=mobile-remote-ci \
//test/common/...

0 comments on commit d1831a6

Please sign in to comment.