Skip to content

Commit aa06873

Browse files
committed
cleanup balzerc
1 parent 9119e3e commit aa06873

File tree

1 file changed

+61
-2
lines changed

1 file changed

+61
-2
lines changed

.bazelrc

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,67 @@
44
# (Note, we cannot use `common --deleted_packages` because the bazel version command doesn't support it)
55
# To update these lines, execute
66
# `bazel run @rules_bazel_integration_test//tools:update_deleted_packages`
7-
build --deleted_packages=examples/build_file_generation,examples/build_file_generation/random_number_generator,examples/bzlmod,examples/bzlmod_build_file_generation,examples/bzlmod_build_file_generation/other_module/other_module/pkg,examples/bzlmod_build_file_generation/runfiles,examples/bzlmod/entry_points,examples/bzlmod/entry_points/tests,examples/bzlmod/libs/my_lib,examples/bzlmod/other_module,examples/bzlmod/other_module/other_module/pkg,examples/bzlmod/patches,examples/bzlmod/py_proto_library,examples/bzlmod/py_proto_library/example.com/another_proto,examples/bzlmod/py_proto_library/example.com/proto,examples/bzlmod/runfiles,examples/bzlmod/tests,examples/bzlmod/tests/other_module,examples/bzlmod/whl_mods,examples/multi_python_versions/libs/my_lib,examples/multi_python_versions/requirements,examples/multi_python_versions/tests,examples/pip_parse,examples/pip_parse_vendored,examples/pip_repository_annotations,examples/py_proto_library,examples/py_proto_library/example.com/another_proto,examples/py_proto_library/example.com/proto,gazelle,gazelle/manifest,gazelle/manifest/generate,gazelle/manifest/hasher,gazelle/manifest/test,gazelle/modules_mapping,gazelle/python,gazelle/pythonconfig,gazelle/python/private,rules_python-repro,tests/integration/compile_pip_requirements,tests/integration/compile_pip_requirements_test_from_external_repo,tests/integration/custom_commands,tests/integration/ignore_root_user_error,tests/integration/ignore_root_user_error/submodule,tests/integration/local_toolchains,tests/integration/pip_parse,tests/integration/pip_parse/empty,tests/integration/py_cc_toolchain_registered,tests/modules/another_module,tests/modules/other,tests/modules/other/nspkg_delta,tests/modules/other/nspkg_gamma,tests/modules/other/nspkg_single,tests/modules/other/simple_v1,tests/modules/other/simple_v2,tests/modules/other/with_external_data,tests/whl_with_build_files/testdata,tests/whl_with_build_files/testdata/somepkg,tests/whl_with_build_files/testdata/somepkg-1.0.dist-info,tests/whl_with_build_files/testdata/somepkg/subpkg
8-
query --deleted_packages=examples/build_file_generation,examples/build_file_generation/random_number_generator,examples/bzlmod,examples/bzlmod_build_file_generation,examples/bzlmod_build_file_generation/other_module/other_module/pkg,examples/bzlmod_build_file_generation/runfiles,examples/bzlmod/entry_points,examples/bzlmod/entry_points/tests,examples/bzlmod/libs/my_lib,examples/bzlmod/other_module,examples/bzlmod/other_module/other_module/pkg,examples/bzlmod/patches,examples/bzlmod/py_proto_library,examples/bzlmod/py_proto_library/example.com/another_proto,examples/bzlmod/py_proto_library/example.com/proto,examples/bzlmod/runfiles,examples/bzlmod/tests,examples/bzlmod/tests/other_module,examples/bzlmod/whl_mods,examples/multi_python_versions/libs/my_lib,examples/multi_python_versions/requirements,examples/multi_python_versions/tests,examples/pip_parse,examples/pip_parse_vendored,examples/pip_repository_annotations,examples/py_proto_library,examples/py_proto_library/example.com/another_proto,examples/py_proto_library/example.com/proto,gazelle,gazelle/manifest,gazelle/manifest/generate,gazelle/manifest/hasher,gazelle/manifest/test,gazelle/modules_mapping,gazelle/python,gazelle/pythonconfig,gazelle/python/private,rules_python-repro,tests/integration/compile_pip_requirements,tests/integration/compile_pip_requirements_test_from_external_repo,tests/integration/custom_commands,tests/integration/ignore_root_user_error,tests/integration/ignore_root_user_error/submodule,tests/integration/local_toolchains,tests/integration/pip_parse,tests/integration/pip_parse/empty,tests/integration/py_cc_toolchain_registered,tests/modules/another_module,tests/modules/other,tests/modules/other/nspkg_delta,tests/modules/other/nspkg_gamma,tests/modules/other/nspkg_single,tests/modules/other/simple_v1,tests/modules/other/simple_v2,tests/modules/other/with_external_data,tests/whl_with_build_files/testdata,tests/whl_with_build_files/testdata/somepkg,tests/whl_with_build_files/testdata/somepkg-1.0.dist-info,tests/whl_with_build_files/testdata/somepkg/subpkg
7+
# GENERATED_DELETED_PACKAGES_START
8+
common --deleted_packages=examples/build_file_generation
9+
common --deleted_packages=examples/build_file_generation/random_number_generator
10+
common --deleted_packages=examples/bzlmod
11+
common --deleted_packages=examples/bzlmod/entry_points
12+
common --deleted_packages=examples/bzlmod/entry_points/tests
13+
common --deleted_packages=examples/bzlmod/libs/my_lib
14+
common --deleted_packages=examples/bzlmod/other_module
15+
common --deleted_packages=examples/bzlmod/other_module/other_module/pkg
16+
common --deleted_packages=examples/bzlmod/patches
17+
common --deleted_packages=examples/bzlmod/py_proto_library
18+
common --deleted_packages=examples/bzlmod/py_proto_library/example.com/another_proto
19+
common --deleted_packages=examples/bzlmod/py_proto_library/example.com/proto
20+
common --deleted_packages=examples/bzlmod/runfiles
21+
common --deleted_packages=examples/bzlmod/tests
22+
common --deleted_packages=examples/bzlmod/tests/other_module
23+
common --deleted_packages=examples/bzlmod/whl_mods
24+
common --deleted_packages=examples/bzlmod_build_file_generation
25+
common --deleted_packages=examples/bzlmod_build_file_generation/other_module/other_module/pkg
26+
common --deleted_packages=examples/bzlmod_build_file_generation/runfiles
27+
common --deleted_packages=examples/multi_python_versions/libs/my_lib
28+
common --deleted_packages=examples/multi_python_versions/requirements
29+
common --deleted_packages=examples/multi_python_versions/tests
30+
common --deleted_packages=examples/pip_parse
31+
common --deleted_packages=examples/pip_parse_vendored
32+
common --deleted_packages=examples/pip_repository_annotations
33+
common --deleted_packages=examples/py_proto_library
34+
common --deleted_packages=examples/py_proto_library/example.com/another_proto
35+
common --deleted_packages=examples/py_proto_library/example.com/proto
36+
common --deleted_packages=gazelle
37+
common --deleted_packages=gazelle/manifest
38+
common --deleted_packages=gazelle/manifest/generate
39+
common --deleted_packages=gazelle/manifest/hasher
40+
common --deleted_packages=gazelle/manifest/test
41+
common --deleted_packages=gazelle/modules_mapping
42+
common --deleted_packages=gazelle/python
43+
common --deleted_packages=gazelle/python/private
44+
common --deleted_packages=gazelle/pythonconfig
45+
common --deleted_packages=rules_python-repro
46+
common --deleted_packages=tests/integration/compile_pip_requirements
47+
common --deleted_packages=tests/integration/compile_pip_requirements_test_from_external_repo
48+
common --deleted_packages=tests/integration/custom_commands
49+
common --deleted_packages=tests/integration/ignore_root_user_error
50+
common --deleted_packages=tests/integration/ignore_root_user_error/submodule
51+
common --deleted_packages=tests/integration/local_toolchains
52+
common --deleted_packages=tests/integration/pip_parse
53+
common --deleted_packages=tests/integration/pip_parse/empty
54+
common --deleted_packages=tests/integration/py_cc_toolchain_registered
55+
common --deleted_packages=tests/modules/another_module
56+
common --deleted_packages=tests/modules/other
57+
common --deleted_packages=tests/modules/other/nspkg_delta
58+
common --deleted_packages=tests/modules/other/nspkg_gamma
59+
common --deleted_packages=tests/modules/other/nspkg_single
60+
common --deleted_packages=tests/modules/other/simple_v1
61+
common --deleted_packages=tests/modules/other/simple_v2
62+
common --deleted_packages=tests/modules/other/with_external_data
63+
common --deleted_packages=tests/whl_with_build_files/testdata
64+
common --deleted_packages=tests/whl_with_build_files/testdata/somepkg
65+
common --deleted_packages=tests/whl_with_build_files/testdata/somepkg-1.0.dist-info
66+
common --deleted_packages=tests/whl_with_build_files/testdata/somepkg/subpkg
67+
# GENERATED_DELETED_PACKAGES_END
968

1069
test --test_output=errors
1170

0 commit comments

Comments
 (0)