Skip to content

Commit

Permalink
don't install clang through pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 26, 2023
1 parent 847d036 commit 98c7d89
Show file tree
Hide file tree
Showing 3 changed files with 680 additions and 1,399 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
export PATH="/opt/python/cp38-cp38/bin/:$PATH"
pip install -U pip
pip install maturin
yum update
- name: Install Pixi
run: |
Expand All @@ -49,7 +50,7 @@ jobs:
export PATH="$HOME/.pixi/bin:$PATH"
export LD_LIBRARY_PATH="$(pwd)/build/.pixi/env/lib:$LD_LIBRARY_PATH"
export PKG_CONFIG_PATH="$(pwd)/build/.pixi/env/lib/pkgconfig:$PKG_CONFIG_PATH"
export LIBCLANG_PATH="$(pwd)/build/.pixi/env/lib"
# export LIBCLANG_PATH="$(pwd)/build/.pixi/env/lib"
maturin build --strip --interpreter /opt/python/cp38-cp38/bin/python --manylinux 2014 -o wheels
Expand Down
Loading

0 comments on commit 98c7d89

Please sign in to comment.