From 42f60253e49a5220657b9dbcf88e2e1954b0d986 Mon Sep 17 00:00:00 2001 From: YantaoZhao Date: Tue, 12 Oct 2021 14:33:29 +0800 Subject: [PATCH] Update llvm-apt to include missing arch --- llvm-apt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-apt.sh b/llvm-apt.sh index 8356b69..0e04449 100755 --- a/llvm-apt.sh +++ b/llvm-apt.sh @@ -12,7 +12,7 @@ export REPO_SIZE_FILE=/tmp/reposize.$RANDOM for os in "xenial" "bionic" "focal" "stretch" "buster" "bullseye"; do prefix=llvm-toolchain-$os - "$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11,$prefix-12,$prefix-13 main amd64 "$BASE_PATH/$os" + "$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11,$prefix-12,$prefix-13 main amd64,i386,s390x "$BASE_PATH/$os" done echo "APT finished"