• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# https://docs.bazel.build/versions/main/best-practices.html#using-the-bazelrc-file
2try-import %workspace%/user.bazelrc
3
4# This example is WORKSPACE specific. The equivalent functionality
5# is in examples/bzlmod as the `whl_mods` feature.
6build --experimental_enable_bzlmod=false
7common:bazel7.x --incompatible_python_disallow_native_rules
8