Skip to content

Commit

Permalink
Pin to llvm 18
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Jan 9, 2025
1 parent 2b2deb7 commit d7de26b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/docker/java-jni-manylinux-201x.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ARG base
FROM ${base}

ARG llvm=19
ARG llvm=18

# Install the libraries required by the Gandiva to run
# Use enable llvm[enable-rtti] in the vcpkg.json to avoid link problems in Gandiva
Expand Down
1 change: 1 addition & 0 deletions ci/vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
{
"name": "llvm",
"default-features": false,
"version>=": "18.1.6",
"features": [
"clang",
"default-targets",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ services:
args:
base: ${REPO}:${ARCH}-python-${PYTHON}-wheel-manylinux-2014-vcpkg-${VCPKG}
java: 11
llvm: 19
llvm: 18
context: .
dockerfile: ci/docker/java-jni-manylinux-201x.dockerfile
cache_from:
Expand Down

0 comments on commit d7de26b

Please sign in to comment.