summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2021-08-25 01:37:05 -0700
committerJames R. Barlow <james@purplerock.ca>2021-08-25 01:37:05 -0700
commita93a398a3cae5effa1bde4f6412f4a4cf0911a25 (patch)
tree917ee36b35b9ab0a7c0d4111510a5af42f6b762c /.github
parent5e10ef959b9d041eeede9fd07b00c9c0eb667b7c (diff)
Build: library path changes and ldconfig
As suggested by @QuLogic
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_wheels.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index d088299..f89cb90 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -147,12 +147,12 @@ jobs:
- name: Download QPDF
run: build-scripts/linux-download-qpdf.bash $QPDF_MIN_VERSION
+ - name: Add /usr/local/lib to dynamic linker path
+ run: echo "/usr/local/lib" | sudo tee /etc/ld.so.conf.d/local-lib.conf
+
- name: Build QPDF
run: build-scripts/linux-build-sdist-deps.bash
- - name: Add LD_LIBRARY_PATH
- run: echo "LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
-
- name: Build sdist
run: |
python -m pip install --upgrade pip