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 ef6c4da commit 5835260
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
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=$(pwd)/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
9 changes: 0 additions & 9 deletions scripts/action/install_llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,3 @@ fi
curl -L -o ./llvm-build.tar.xz "$url"
tar -xf ./llvm-build.tar.xz
mv "$root_llvm_dir_name" ./llvm-build

echo $PWD
pwd
# Convert the PWD environment variable to Windows format
windows_path=$(cygpath -w "$PWD")
# Print the Windows path
echo $windows_path


0 comments on commit 5835260

Please sign in to comment.