forked from buildfarm/buildfarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bazelrc
31 lines (20 loc) · 897 Bytes
/
.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
build --java_language_version=21
build --java_runtime_version=remotejdk_21
build --tool_java_language_version=21
build --tool_java_runtime_version=remotejdk_21
common --enable_platform_specific_config
build:fuse --define=fuse=true
# Workaround for https://github.com/bazelbuild/bazel/issues/3236
build:linux --sandbox_tmpfs_path=/tmp
build --nojava_header_compilation
test --nojava_header_compilation
test --enable_runfiles
test --test_tag_filters=-redis,-integration
# Ensure buildfarm is compatible with future versions of bazel.
# https://buildkite.com/bazel/bazelisk-plus-incompatible-flags
common --incompatible_disallow_empty_glob
common --enable_bzlmod
# See also https://bazel.build/external/lockfile.
common --lockfile_mode=off
# It's off because we have mac/windows/linux developers who may not have access
# to all three to update the platform-specific bits of the lockfile.