mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
8767bb632d
Which should help get better remote cache hits.
21 lines
667 B
Plaintext
21 lines
667 B
Plaintext
common --enable_bzlmod
|
|
|
|
try-import %workspace%/ci.bazelrc
|
|
try-import %workspace%/user.bazelrc
|
|
|
|
build --enable_platform_specific_config
|
|
build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain
|
|
build:macos --crosstool_top=@local_config_apple_cc//:toolchain
|
|
build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain
|
|
|
|
build --macos_minimum_os=13.5 --host_macos_minimum_os=13.5
|
|
build --disk_cache=~/.bazel_cache
|
|
build --experimental_remote_cache_compression
|
|
build --remote_build_event_upload=minimal
|
|
build --nolegacy_important_outputs
|
|
build --incompatible_strict_action_env
|
|
|
|
build:release \
|
|
--compilation_mode=opt \
|
|
--features=swift.opt_uses_wmo
|