Skip to content

Commit

Permalink
_ci-linux-alpine.sh: bump llvm version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Dec 21, 2024
1 parent 7411f00 commit dd227a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ci-linux-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o p

cat /etc/*-release

LLVM='17'
LLVM='19'

extra=''
[[ "${CW_CONFIG:-}" = *'boringssl'* ]] && extra+=' go'
Expand Down

0 comments on commit dd227a2

Please sign in to comment.