Skip to content

Commit

Permalink
test(ci): windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziqi-Yang committed Jul 31, 2024
1 parent 5835260 commit 0e6a9ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions scripts/action/install_llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0e6a9ac

Please sign in to comment.