Skip to content

Commit

Permalink
Revert shared.bazelrc change
Browse files Browse the repository at this point in the history
  • Loading branch information
brentleyjones committed Oct 7, 2022
1 parent 1e95b0d commit 50a3b59
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions shared.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ build --remote_default_exec_properties=cache_bust=macOS_12.0/3
startup --output_base=bazel-output-base

# Build with --config=cache to use BuildBuddy Remote Cache
# build:cache --bes_backend=grpcs://remote.buildbuddy.io
# build:cache --bes_results_url=https://app.buildbuddy.io/invocation/
# build:cache --experimental_remote_cache_async
# build:cache --experimental_remote_cache_compression
# build:cache --incompatible_remote_build_event_upload_respect_no_cache
# build:cache --jobs=100
# build:cache --modify_execution_info=^(BitcodeSymbolsCopy|BundleApp|BundleTreeApp|DsymDwarf|DsymLipo|GenerateAppleSymbolsFile|ObjcBinarySymbolStrip|CppLink|ObjcLink|ProcessAndSign|SignBinary|SwiftArchive|SwiftStdlibCopy)$=+no-remote,^(BundleResources|ImportedDynamicFrameworkProcessor)$=+no-remote-exec
# build:cache --remote_cache=grpcs://remote.buildbuddy.io
build:cache --bes_backend=grpcs://remote.buildbuddy.io
build:cache --bes_results_url=https://app.buildbuddy.io/invocation/
build:cache --experimental_remote_cache_async
build:cache --experimental_remote_cache_compression
build:cache --incompatible_remote_build_event_upload_respect_no_cache
build:cache --jobs=100
build:cache --modify_execution_info=^(BitcodeSymbolsCopy|BundleApp|BundleTreeApp|DsymDwarf|DsymLipo|GenerateAppleSymbolsFile|ObjcBinarySymbolStrip|CppLink|ObjcLink|ProcessAndSign|SignBinary|SwiftArchive|SwiftStdlibCopy)$=+no-remote,^(BundleResources|ImportedDynamicFrameworkProcessor)$=+no-remote-exec
build:cache --remote_cache=grpcs://remote.buildbuddy.io
build:cache --@com_github_buildbuddy_io_rules_xcodeproj//xcodeproj:extra_common_flags='--config=cache'
build:cache --@com_github_buildbuddy_io_rules_xcodeproj//xcodeproj:extra_indexbuild_flags='--bes_backend= --bes_results_url='
build:cache --@com_github_buildbuddy_io_rules_xcodeproj//xcodeproj:extra_generator_flags='--bes_backend= --bes_results_url='
Expand Down

0 comments on commit 50a3b59

Please sign in to comment.