llvm-apt: add 20
Some checks failed
docker-images / multi (., tunasync-scripts) (push) Has been cancelled
docker-images / multi (bandersnatch) (push) Has been cancelled
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Has been cancelled
docker-images / multi (ftpsync) (push) Has been cancelled
docker-images / multi (nix-channels) (push) Has been cancelled
docker-images / multi (pub-mirror) (push) Has been cancelled
docker-images / multi (rustup-mirror) (push) Has been cancelled
docker-images / multi (shadowmire) (push) Has been cancelled
docker-images / multi (tsumugu) (push) Has been cancelled

Signed-off-by: Jiajie Chen <c@jia.je>
This commit is contained in:
Jiajie Chen 2025-03-05 16:49:55 +08:00
parent 45385e1bf5
commit d5e564ff48

View File

@ -17,7 +17,7 @@ function get_codenames() {
if [ -z "$codenames" ]; then
echo "Unable to fetch codename from $dist_meta_url, using default" >&2
prefix=llvm-toolchain-$os
codenames="$prefix,$prefix-18,$prefix-19"
codenames="$prefix,$prefix-18,$prefix-19,$prefix-20"
fi
echo "Codenames for $os: $codenames" >&2
echo $codenames