Skip to content

Commit

Permalink
CI: Upgrade from LLVM 18 to LLVM 19.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Sep 27, 2024
1 parent 4963045 commit 35e4624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mk/cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ for arg in $*; do
done

# See comments in install-build-tools.sh.
llvm_version=18
llvm_version=19

use_clang=
case $target in
Expand Down
2 changes: 1 addition & 1 deletion mk/install-build-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ case "${OSTYPE-}" in
linux*)
if [ -n "$use_clang" ]; then
ubuntu_codename=$(lsb_release --codename --short)
llvm_version=18
llvm_version=19
sudo apt-key add mk/llvm-snapshot.gpg.key
sudo add-apt-repository "deb http://apt.llvm.org/$ubuntu_codename/ llvm-toolchain-$ubuntu_codename-$llvm_version main"
sudo apt-get update
Expand Down

0 comments on commit 35e4624

Please sign in to comment.