From 0e6a9ac490ecc532afefff8883ed3a1d08455ec7 Mon Sep 17 00:00:00 2001 From: Meow King Date: Wed, 31 Jul 2024 15:01:43 +0800 Subject: [PATCH] test(ci): windows --- pyproject.toml | 2 +- scripts/action/install_llvm.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2efd84..43c361b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ manylinux-x86_64-image = "manylinux_2_28" manylinux-aarch64-image = "manylinux_2_28" [tool.cibuildwheel.windows] -environment = { SKBUILD_CMAKE_ARGS="-DLLVM_DIR=D:\\a\\llvmpym\\llvmpym\\llvm-build\\lib\\cmake\\llvm;-DZLIB_ROOT=$VCPKG_INSTALLATION_ROOT\\installed\\x64-windows\\share\\zlib" } +environment = { SKBUILD_CMAKE_ARGS="-DLLVM_DIR=D:/a/llvmpym/llvmpym/llvm-build/lib/cmake/llvm;-DZLIB_ROOT=$VCPKG_INSTALLATION_ROOT/installed/x64-windows/share/zlib" } [tool.cibuildwheel.macos.environment] # Needed for full C++17 support diff --git a/scripts/action/install_llvm.sh b/scripts/action/install_llvm.sh index 1b04c36..81e237e 100644 --- a/scripts/action/install_llvm.sh +++ b/scripts/action/install_llvm.sh @@ -41,3 +41,7 @@ fi curl -L -o ./llvm-build.tar.xz "$url" tar -xf ./llvm-build.tar.xz mv "$root_llvm_dir_name" ./llvm-build + +ls +echo ------------ +ls ./llvm-build