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 1d797ee commit a0d52a3Copy full SHA for a0d52a3
examples/build_file_generation/BUILD.bazel
@@ -28,8 +28,6 @@ modules_mapping(
28
"^_|(\\._)+", # This is the default.
29
"(\\.tests)+", # Add a custom one to get rid of the psutil tests.
30
],
31
- # Uncomment the next line to enable hermetic builds across platforms
32
- # by skipping private shared objects under .libs directories (useful for opencv-python-headless, etc.)
33
# skip_private_shared_objects = True,
34
wheels = all_whl_requirements,
35
)
0 commit comments