aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/pip_repository_entry_points/.bazelrc
blob: 936806d5d8b6db8426a71dde0bfcf7c5b85dcd03 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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