Skip to content

Commit

Permalink
llvm-apt: add 19
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Sep 1, 2024
1 parent cc71103 commit d084872
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 "jammy" "noble" "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,$prefix-17,$prefix-18 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,$prefix-18,$prefix-19 main amd64,arm64 "$BASE_PATH/$os"
done

echo "APT finished"
Expand Down

0 comments on commit d084872

Please sign in to comment.