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 70edd2a commit 797cb92Copy full SHA for 797cb92
infra/base-images/base-builder/indexer/utils.py
@@ -109,7 +109,7 @@ def get_shared_libraries(
109
command_runner: CommandRunner = run_subprocess,
110
ld_binary_path: pathlib.Path = LD_BINARY_PATH_X86_64,
111
) -> Sequence[SharedLibrary]:
112
- """Copies the shared libraries to the shared directory."""
+ """Enumerates the shared libraries required by the given binary."""
113
env = os.environ | {
114
"LD_TRACE_LOADED_OBJECTS": "1",
115
"LD_BIND_NOW": "1",
0 commit comments