Skip to content

Commit

Permalink
mobile: cleaning up CI options (#33007)
Browse files Browse the repository at this point in the history
mobile: cleaning up CI optios

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk authored Mar 21, 2024
1 parent b861315 commit d298fdc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions mobile/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ build --workspace_status_command=../bazel/get_workspace_status
build --xcode_version=14.1
build --use_top_level_targets_for_symlinks
build --experimental_repository_downloader_retries=2
build --define=google_grpc=disabled
# We don't have a ton of Swift in Envoy Mobile, so always build with WMO
# This also helps work around a bug in rules_swift: https://github.com/bazelbuild/rules_swift/issues/949
build --swiftcopt=-wmo
Expand Down Expand Up @@ -137,9 +138,6 @@ build:mobile-release-common --config=sizeopt
# Set default symbols visibility to hidden to reduce .dynstr and the symbol table size
build:mobile-release-common --copt=-fvisibility=hidden

# Disable google_grpc in production by default
build:mobile-release-common --define=google_grpc=disabled

# Disable envoy_mobile_xds in production by default
build:mobile-release-common --define=envoy_mobile_xds=disabled

Expand Down Expand Up @@ -272,31 +270,23 @@ build:mobile-remote-ci-cc-no-exceptions --config=mobile-remote-ci
build:mobile-remote-ci-cc-no-exceptions --define=envoy_yaml=disabled
build:mobile-remote-ci-cc-no-exceptions --define envoy_exceptions=disabled
build:mobile-remote-ci-cc-no-exceptions --copt=-fno-exceptions
build:mobile-remote-ci-cc-no-exceptions --define=google_grpc=disabled
build:mobile-remote-ci-cc-no-exceptions --define=envoy_mobile_xds=disabled


build:mobile-remote-ci-cc-test --config=mobile-remote-ci
test:mobile-remote-ci-cc-test --test_output=all
test:mobile-remote-ci-cc-test --config=mobile-remote-ci
test:mobile-remote-ci-cc-test --define=google_grpc=disabled
test:mobile-remote-ci-cc-test --define=envoy_mobile_xds=disabled
test:mobile-remote-ci-cc-test --@com_envoyproxy_protoc_gen_validate//bazel:template-flavor=
test:mobile-remote-ci-cc-test --define=envoy_yaml=disabled

build:mobile-remote-ci-macos-kotlin --config=mobile-remote-ci-macos
build:mobile-remote-ci-macos-kotlin --fat_apk_cpu=x86_64
build:mobile-remote-ci-macos-kotlin --define=envoy_mobile_request_compression=disabled
build:mobile-remote-ci-macos-kotlin --define=envoy_enable_http_datagrams=disabled
build:mobile-remote-ci-macos-kotlin --define=google_grpc=disabled
build:mobile-remote-ci-macos-kotlin --define=envoy_mobile_xds=disabled
build:mobile-remote-ci-macos-kotlin --define=envoy_yaml=disabled
build:mobile-remote-ci-macos-kotlin --@com_envoyproxy_protoc_gen_validate//bazel:template-flavor=

build:mobile-remote-ci-macos-swift --config=mobile-remote-ci-macos
build:mobile-remote-ci-macos-swift --config=mobile-test-ios
build:mobile-remote-ci-macos-swift --define=envoy_mobile_request_compression=disabled
build:mobile-remote-ci-macos-swift --define=google_grpc=disabled
build:mobile-remote-ci-macos-swift --define=envoy_mobile_xds=disabled
build:mobile-remote-ci-macos-swift --@envoy//bazel:http3=False
build:mobile-remote-ci-macos-swift --@com_envoyproxy_protoc_gen_validate//bazel:template-flavor=
Expand Down

0 comments on commit d298fdc

Please sign in to comment.