llvm-apt: add llvm 17

Ref to tuna/issue#1817
This commit is contained in:
fxzjshm 2023-11-01 22:17:40 +08:00
parent ec6c4d0099
commit de1f413225
No known key found for this signature in database
GPG Key ID: 7638FA33A7259C00

View File

@ -12,7 +12,7 @@ export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
for os in "bionic" "focal" "jammy" "buster" "bullseye" "bookworm"; do for os in "bionic" "focal" "jammy" "buster" "bullseye" "bookworm"; do
prefix=llvm-toolchain-$os 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 done
echo "APT finished" echo "APT finished"