• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1test --test_output=errors
2
3# Do NOT implicitly create empty __init__.py files in the runfiles tree.
4# By default, these are created in every directory containing Python source code
5# or shared libraries, and every parent directory of those directories,
6# excluding the repo root directory. With this flag set, we are responsible for
7# creating (possibly empty) __init__.py files and adding them to the srcs of
8# Python targets as required.
9build --incompatible_default_to_explicit_init_py
10
11# Windows makes use of runfiles for some rules
12build --enable_runfiles
13
14common:bazel7.x --incompatible_python_disallow_native_rules
15