Skip to content

Commit

Permalink
Merge remote-tracking branch 'jpy-consortium/master' into devinrsmith…
Browse files Browse the repository at this point in the history
…-github-actions-dependabot
  • Loading branch information
devinrsmith committed Mar 13, 2024
2 parents d775c65 + 03e5316 commit 07e1624
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/env/Linux/auditwheel-keep-libjvm.py

This file was deleted.

3 changes: 2 additions & 1 deletion .github/env/Linux/bdist-wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ python -m pip install -r "${__dir}/requirements.txt"
python setup.py bdist_wheel --dist-dir dist.linux

# Note: auditwheel only works with a single file argument - we are relying on finding exactly one wheel
python "${__dir}/auditwheel-keep-libjvm.py" \
auditwheel \
repair \
--plat "manylinux_2_17_$(arch)" \
--only-plat \
--exclude libjvm.so \
--wheel-dir dist/ \
dist.linux/*
4 changes: 3 additions & 1 deletion .github/env/Linux/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
setuptools
wheel
auditwheel
auditwheel>=6.0.0; python_version >= '3.8'
auditwheel>=5.4.0; python_version == '3.7'
auditwheel>=5.3.0; python_version == '3.6'
patchelf

0 comments on commit 07e1624

Please sign in to comment.