From c163f80868b3272226bd100a7765bdc0c29631d9 Mon Sep 17 00:00:00 2001 From: Yvictor Date: Sun, 31 Dec 2023 16:23:15 +0800 Subject: [PATCH] chore: linux ci with clang --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a0a2f2e..9ad7f51 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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