File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ jobs:
302302 run : make dist-py-cibw
303303 env :
304304 CIBW_BUILD : " ${{ matrix.cibuildwheel }}-manylinux*"
305- CIBW_ENVIRONMENT_LINUX : CSP_MANYLINUX="ON" CCACHE_DIR="/host/home/runner/work/csp/csp/.ccache" VCPKG_DEFAULT_BINARY_CACHE="/host${{ env.VCPKG_DEFAULT_BINARY_CACHE }}" VCPKG_DOWNLOADS="/host${{ env.VCPKG_DOWNLOADS }}"
305+ CIBW_ENVIRONMENT_LINUX : ACLOCAL_PATH="/usr/share/aclocal" CSP_MANYLINUX="ON" CCACHE_DIR="/host/home/runner/work/csp/csp/.ccache" VCPKG_DEFAULT_BINARY_CACHE="/host${{ env.VCPKG_DEFAULT_BINARY_CACHE }}" VCPKG_DOWNLOADS="/host${{ env.VCPKG_DOWNLOADS }}"
306306 CIBW_BUILD_VERBOSITY : 3
307307 if : ${{ runner.os == 'Linux' }}
308308
Original file line number Diff line number Diff line change @@ -164,7 +164,6 @@ rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux &&
164164dnf config-manager --set-enabled powertools &&
165165dnf install epel-release -y &&
166166make dependencies-fedora
167- export ACLOCAL_PATH="/usr/share/aclocal:$(printenv ACLOCAL_PATH)"
168167"""
169168environment = {CSP_MANYLINUX =" ON" }
170169repair-wheel-command = " auditwheel -v show {wheel} && LD_LIBRARY_PATH=/project/csp/lib auditwheel -v repair -w {dest_dir} {wheel}"
You can’t perform that action at this time.
0 commit comments