Skip to content

Commit 860e33c

Browse files
authored
move ACLOCAL_PATH to CIBW_ENVIRONMENT_LINUX (#447)
Signed-off-by: alexd <alex.dobkin@point72.com>
1 parent 1c2fe0a commit 860e33c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux &&
164164
dnf config-manager --set-enabled powertools &&
165165
dnf install epel-release -y &&
166166
make dependencies-fedora
167-
export ACLOCAL_PATH="/usr/share/aclocal:$(printenv ACLOCAL_PATH)"
168167
"""
169168
environment = {CSP_MANYLINUX="ON"}
170169
repair-wheel-command = "auditwheel -v show {wheel} && LD_LIBRARY_PATH=/project/csp/lib auditwheel -v repair -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)