Skip to content

Commit

Permalink
only test linux python build
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaoqi committed Sep 12, 2024
1 parent 08c77bc commit 1f9569b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ archs = ["x86_64"]

before-build = [
"rm -f {project}/CMakeUserPresets.json",
"rm -rf install",
"pip install auditwheel==6.0.0"
]
repair-wheel-command = "LD_LIBRARY_PATH=/usr/lib64 auditwheel repair -w {dest_dir} {wheel} --exclude libvulkan.so.1,libgomp.so.1"
Expand Down

0 comments on commit 1f9569b

Please sign in to comment.