We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f5249 commit 84633c3Copy full SHA for 84633c3
scripts/bazel/setup-remote-execution.sh
@@ -26,4 +26,6 @@ elif [[ ! -z "${GITHUB_ENV}" ]]; then
26
fi
27
28
# Update the project Bazel configuration to always use remote execution.
29
-echo "build --config=remote" >> .bazelrc
+# Note: We add the remote config flag to the user bazelrc file that is not tracked
30
+# by Git. This is necessary to avoid stamping builds with `.with-local-changes`.
31
+echo "build --config=remote" >> .bazelrc.user
0 commit comments