Skip to content

Commit

Permalink
chore: linux ci with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvictor committed Dec 31, 2023
1 parent 18018b6 commit c163f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
docker-options: -e LIBCLANG_PATH=/opt/rh/llvm-toolset-7/root/usr/lib64/ -e LIBCLANG_STATIC_PATH=/opt/rh/llvm-toolset-7/root/usr/lib64/ -e CLANG_PATH=/opt/rh/llvm-toolset-7/root/usr/bin/clang
before-script-linux: |
# If we're running on rhel centos, install needed packages.
if command -v yum &> /dev/null; then
Expand Down

0 comments on commit c163f80

Please sign in to comment.