Skip to content

Commit

Permalink
fix(ci): test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziqi-Yang committed Jul 30, 2024
1 parent 7258af7 commit 1b48151
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build-verbosity = 1
build-frontend = "build"
archs = "auto64"
skip = "*musllinux*" # doesn't find LLVM musl build
environment = { SKBUILD_CMAKE_ARGS="-DLLVM_DIR=/host/home/runner/work/llvmpym/llvm-build/lib/cmake/llvm"}
environment = { SKBUILD_CMAKE_ARGS="-DLLVM_DIR={project}/llvm-build/lib/cmake/llvm"}
before-all = "bash ./scripts/action/build_llvm.sh"
before-build = "pwd"

Expand Down
2 changes: 0 additions & 2 deletions scripts/action/build_llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ elif [[ "$sys" == "Darwin" ]]; then # Mac (only for 14 or later, i.e. apple sili
echo 1
fi

pwd
curl -L -o ./llvm-build.tar.xz "$url"
tar -xf ./llvm-build.tar.xz
mv "$root_llvm_dir_name" ./llvm-build
ls -lht

if [[ "$manual_build" == false ]]; then
exit
Expand Down

0 comments on commit 1b48151

Please sign in to comment.