Skip to content

Commit

Permalink
Merge pull request #168 from fxzjshm/master
Browse files Browse the repository at this point in the history
llvm-apt: add llvm 17
  • Loading branch information
jiegec authored Nov 1, 2023
2 parents ec6c4d0 + de1f413 commit 5e1e9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm-apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export REPO_SIZE_FILE=/tmp/reposize.$RANDOM

for os in "bionic" "focal" "jammy" "buster" "bullseye" "bookworm"; do
prefix=llvm-toolchain-$os
"$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11,$prefix-12,$prefix-13,$prefix-14,$prefix-15,$prefix-16 main amd64,arm64 "$BASE_PATH/$os"
"$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11,$prefix-12,$prefix-13,$prefix-14,$prefix-15,$prefix-16,$prefix-17 main amd64,arm64 "$BASE_PATH/$os"
done

echo "APT finished"
Expand Down

0 comments on commit 5e1e9bd

Please sign in to comment.