forked from bazel-contrib/buildtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bazelrc
More file actions
15 lines (11 loc) · 672 Bytes
/
Copy path.bazelrc
File metadata and controls
15 lines (11 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
build:release -c opt --stamp --workspace_status_command="$PWD/status.py"
################################################################################
# User bazel configuration
################################################################################
# Load from the local configuration file, if it exists. This needs to be the
# *last* statement in the root configuration file, as the local configuration
# file should be able to overwrite flags from the root configuration.
try-import %workspace%/.bazelrc.user
# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel
# https://github.com/bazelbuild/buildtools/issues/1204
common --noenable_bzlmod