Skip to content

Commit

Permalink
Update test_manylinux.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Feb 8, 2025
1 parent 14cbc24 commit 392187b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/test_manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,12 @@ def aw_repair(
library_paths: list[str] | None = None,
excludes: list[str] | None = None,
):
plat = plat or self.policy
args = []
if library_paths:
ld_library_path = ":".join([*library_paths, "$LD_LIBRARY_PATH"])
args.append(f"LD_LIBRARY_PATH={ld_library_path}")
args.extend(["auditweel", "repair", "-w", "/io", "--plat", plat or self.policy])
args.extend(["auditwheel", "repair", "-w", "/io", "--plat", plat])
if only_plat:
args.append("--only-plat")
if not isa_ext_check:
Expand Down

0 comments on commit 392187b

Please sign in to comment.