Skip to content

Commit e8adf78

Browse files
committed
patchelf
1 parent 80626a9 commit e8adf78

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build_rocky.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ jobs:
9494
"-DMPFR_LIBRARY_DIR=$base/mpfr-3.1.6/lib"
9595
make -j4 install
9696
97-
- name: Install patchelf
98-
run : |
99-
yum install -y epel-release && yum install -y patchelf
100-
10197
- name: Package .zip archives
10298
run: |
10399
base=$GITHUB_WORKSPACE/IfcOpenShell/build/Linux/x86_64/install
@@ -107,7 +103,7 @@ jobs:
107103
cp -R $base/python-3.9.11/lib/python3.9/site-packages/voxec .
108104
cp $GITHUB_WORKSPACE/pyproject.toml .
109105
110-
$base/python-3.9.11/bin/python3 -m pip install build auditwheel
106+
$base/python-3.9.11/bin/python3 -m pip install build auditwheel patchelf
111107
$base/python-3.9.11/bin/python3 -m build -w
112108
$base/python-3.9.11/bin/python3 -m auditwheel repair --plat manylinux_2_31_x86_64 dist/*.whl -w audited
113109

0 commit comments

Comments
 (0)