-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.bazelrc
More file actions
15 lines (11 loc) · 833 Bytes
/
.bazelrc
File metadata and controls
15 lines (11 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# Enable isolated extension usages to avoid crate universe conflicts with typedb_dependencies
common --experimental_isolated_extension_usages
# Bazel 8 compatibility: rules_proto_grpc uses deprecated ctx.resolve_tools
common --noincompatible_disallow_ctx_resolve_tools
try-import ./.bazel-remote-cache.rc
build --incompatible_strict_action_env --java_language_version=11 --javacopt='--release 11' --enable_runfiles --legacy_external_runfiles
run --incompatible_strict_action_env --java_runtime_version=remotejdk_11
test --incompatible_strict_action_env --test_env=PATH --cache_test_results=no --java_runtime_version=remotejdk_11