Skip to content

Commit

Permalink
Update Arrow build to use LLVM 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen committed Jul 11, 2021
1 parent 4b95b01 commit 05c6ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ $PLATFORM == windows* ]]; then
export PYTHON_BIN_PATH=$(which python.exe)
fi

LLVM_VERSION=12.0.0
LLVM_VERSION=12.0.1
OPENSSL_VERSION=1.1.1k
ZLIB_VERSION=1.2.11
PROTO_VERSION=3.13.0
Expand Down

0 comments on commit 05c6ee2

Please sign in to comment.