ci: update alpine linux to 3.22 (#24052) [publish images]

This commit is contained in:
Meghan Denny
2025-10-25 14:52:34 -08:00
committed by GitHub
parent d2c2842420
commit fb1fbe62e6
4 changed files with 11 additions and 12 deletions

View File

@@ -1060,12 +1060,11 @@ install_llvm() {
install_packages "llvm@$(llvm_version)"
;;
apk)
# alpine doesn't have a lld19 package on 3.21 atm so use bare one for now
install_packages \
"llvm$(llvm_version)" \
"clang$(llvm_version)" \
"scudo-malloc" \
"lld" \
"lld$(llvm_version)" \
"llvm$(llvm_version)-dev" # Ensures llvm-symbolizer is installed
;;
esac