We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69c2ae commit e99bd61Copy full SHA for e99bd61
python/repositories.bzl
@@ -170,6 +170,9 @@ filegroup(
170
allow_empty = True,
171
exclude = [
172
"**/* *", # Bazel does not support spaces in file names.
173
+ # Unused shared libraries. `python` executable and the `:libpython` target
174
+ # depend on `libpython{python_version}.so.1.0`.
175
+ "lib/libpython{python_version}.so",
176
# static libraries
177
"lib/**/*.a",
178
# tests for the standard libraries.
0 commit comments