Skip to content

Commit a0d52a3

Browse files
authored
Remove comment for hermetic builds in BUILD.bazel
Removed commented line about enabling hermetic builds.
1 parent 1d797ee commit a0d52a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/build_file_generation/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ modules_mapping(
2828
"^_|(\\._)+", # This is the default.
2929
"(\\.tests)+", # Add a custom one to get rid of the psutil tests.
3030
],
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.)
3331
# skip_private_shared_objects = True,
3432
wheels = all_whl_requirements,
3533
)

0 commit comments

Comments
 (0)