Skip to content

Commit

Permalink
Update LLVM to version 17
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jul 1, 2024
1 parent 0051dca commit bb2ea11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ install_local_package() {

install_extra_packages() {
if upstream_pkg_site_available; then
ASSUME_ALWAYS_YES=yes pkg install sudo bash curl rsync llvm16 git
ASSUME_ALWAYS_YES=yes pkg install sudo bash curl rsync llvm17 git
else
bootstrap_pkg
install_local_package sudo
Expand Down

0 comments on commit bb2ea11

Please sign in to comment.