blob: 936806d5d8b6db8426a71dde0bfcf7c5b85dcd03 [file] [log] [blame]
# Bazel configuration flags
build --enable_runfiles
startup --windows_enable_symlinks
# https://docs.bazel.build/versions/main/best-practices.html#using-the-bazelrc-file
try-import %workspace%/user.bazelrc
# The requirements.bzl entry_point functions aren't supported under bzlmod.
# They are replaced by py_console_script_binary, which already has tests
build --noexperimental_enable_bzlmod