Skip to content

Commit

Permalink
Update deploy flow with temporary patch to LD_LIBRARY_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-feld committed Oct 22, 2020
1 parent f02b59f commit 930d55c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
uses: RalfG/python-wheels-manylinux-build@f7c9db24751e53d2d3c90edc2b04a9ffaa96cd01
with:
python-versions: 'cp27-cp27m cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
env:
LD_LIBRARY_PATH: /opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/usr/local/lib64:/usr/local/lib
- name: Upload Package to S3
run: |
tarball="$(python setup.py --fullname).tar.gz"
Expand Down

0 comments on commit 930d55c

Please sign in to comment.