Skip to content

Commit 11df882

Browse files
committed
meta: Update to llvm 21.
1 parent fad83ce commit 11df882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta/scripts/setup-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apt-get install -y --no-install-recommends build-essential git ninja-build libsd
77

88
# Install llvm
99
apt-get install -y --no-install-recommends wget lsb-release software-properties-common gnupg
10-
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 20 all
10+
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 21 all
1111

1212
# Install UV
1313
apt-get install -y --no-install-recommends curl

meta/scripts/setup-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apt-get install -y --no-install-recommends libseccomp-dev liburing-dev
1616

1717
# Install llvm
1818
apt-get install -y --no-install-recommends wget lsb-release software-properties-common gnupg
19-
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 20 all
19+
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 21 all
2020

2121
# Install UV
2222
apt-get install -y --no-install-recommends curl

0 commit comments

Comments
 (0)