We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc11b21 commit 29f03fcCopy full SHA for 29f03fc
.bazelrc
@@ -10,6 +10,10 @@ build --javacopt="--release 8"
10
build --strict_java_deps=strict
11
build --explicit_java_test_deps
12
13
+# Ensure builds are unpolluted by the user env
14
+build --incompatible_strict_action_env
15
+
16
+# For build stamping
17
build --workspace_status_command=scripts/build-info.py
18
19
# Make sure we get something helpful when tests fail
0 commit comments