Skip to content

Commit

Permalink
ci(docker-build): bump llvm from v16 to v18 for rust >=1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Jun 20, 2024
1 parent f961b3b commit a84d4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/citools/includes/wrapper-library
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o pipefail

# shared variables

declare -xr LLVM_VER=16
declare -xr LLVM_VER=18

if [[ -f /etc/os-release ]]; then
. /etc/os-release
Expand Down

0 comments on commit a84d4a8

Please sign in to comment.