Skip to content

Commit 4be924b

Browse files
[ci] Revert LLVM to 14.0.0 ubuntu-18.04 tarball
14.0.6 does not ship an ubuntu-22.04 tarball (404). No LLVM 14.x release does. Use 14.0.0 with the ubuntu-18.04 tarball, which is glibc backwards-compatible and works on Ubuntu 22.04. Topic: ubuntu-22-04-test Labels: draft Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: andrew <andrew@anyscale.com>
1 parent 9de2440 commit 4be924b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ci/env/install-llvm-binaries.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ log_err() {
2525

2626
trap '[ $? -eq 0 ] || log_err' EXIT
2727

28-
FILE_NAME="clang+llvm-14.0.6-x86_64-linux-gnu-ubuntu-22.04.tar.xz"
28+
FILE_NAME="clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz"
2929

3030
if [ "$HOSTTYPE" = "aarch64" ]; then
31-
FILE_NAME="clang+llvm-14.0.6-aarch64-linux-gnu.tar.xz"
31+
FILE_NAME="clang+llvm-14.0.0-aarch64-linux-gnu.tar.xz"
3232
fi
3333

34-
LLVM_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/${FILE_NAME}"
34+
LLVM_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.0/${FILE_NAME}"
3535

3636
TARGET_DIR="/opt/llvm"
3737

0 commit comments

Comments
 (0)