...
1build:release -c opt --stamp --workspace_status_command="$PWD/status.py"
2
3################################################################################
4# User bazel configuration
5################################################################################
6
7# Load from the local configuration file, if it exists. This needs to be the
8# *last* statement in the root configuration file, as the local configuration
9# file should be able to overwrite flags from the root configuration.
10try-import %workspace%/.bazelrc.user
11
12# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel
13# https://github.com/bazelbuild/buildtools/issues/1204
14common --noenable_bzlmod
15
View as plain text