-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bazelrc
62 lines (47 loc) · 2.37 KB
/
.bazelrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# SPDX-FileCopyrightText: 2024 Felix Hilgers <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
--digest_function=blake3
--watchfs
common --experimental_google_legacy_api
common --experimental_enable_android_migration_apis
common --android_platforms=//:x86_64,//:x86,//:arm64-v8a,//:armeabi-v7a
common --java_language_version=17
common --tool_java_language_version=17
common --java_runtime_version=remotejdk_17
common --tool_java_runtime_version=remotejdk_17
mobile-install --mode=skylark --mobile_install_aspect=@rules_android//mobile_install:mi.bzl --mobile_install_supported_rules=android_binary
build --bes_results_url=https://app.buildbuddy.io/invocation/
build --bes_backend=grpcs://remote.buildbuddy.io
build --remote_cache=grpcs://remote.buildbuddy.io
build --remote_timeout=3600
build --spawn_strategy=remote,sandboxed
build --noremote_upload_local_results
build --remote_executor=grpcs://remote.buildbuddy.io
build --host_platform=@buildbuddy_toolchain//:platform
build --platforms=@buildbuddy_toolchain//:platform
build --extra_execution_platforms=@buildbuddy_toolchain//:platform
build --crosstool_top=@buildbuddy_toolchain//:toolchain
build --extra_toolchains=@buildbuddy_toolchain//:cc_toolchain
build --define=EXECUTOR=remote
build --remote_cache_compression
build --noslim_profile --experimental_profile_include_target_label --experimental_profile_include_primary_output
build --nolegacy_important_outputs
build --noremote_local_fallback
build --incompatible_strict_action_env
# Allow the Bazel server to check directory sources for changes. Ensures that the Bazel server
# notices when a directory changes, if you have a directory listed in the srcs of some target.
# Recommended when using
# [copy_directory](https://github.com/aspect-build/bazel-lib/blob/main/docs/copy_directory.md) and
# [rules_js](https://github.com/aspect-build/rules_js) since npm package are source directories
# inputs to copy_directory actions.
# Docs: https://bazel.build/reference/command-line-reference#flag--host_jvm_args
startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1
common --nolegacy_important_outputs
common --remote_build_event_upload=minimal
common --experimental_remote_cache_async
common --noremote_upload_local_results
common --remote_cache_compression
common --jobs=50
#build:check --@rules_rust//rust/settings:pipelined_compilation=True
#build:check --output_groups=build_metadata