Skip to content

Commit

Permalink
Use llvm12 when building containers
Browse files Browse the repository at this point in the history
I already moved the minimum llvm version from 11 to 12
and this particular instance is missed.

Signed-off-by: Yonghong Song <[email protected]>
  • Loading branch information
Yonghong Song committed Jan 31, 2024
1 parent 2908434 commit 7adc015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-container/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
llvm_versions:
description: "Space separated list of llvm versions to install in the container. Only supported for Ubuntu containers."
type: string
default: "11"
default: "12"
registry:
description: "Registry where to push images"
default: ghcr.io
Expand Down
1 change: 1 addition & 0 deletions docker/build/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ RUN /bin/bash -c 'apt-get update && apt-get install -y \
bridge-utils \
libtinfo5 \
libtinfo-dev \
libzstd-dev \
xz-utils \
zip && \
read -ra versions <<<"${LLVM_VERSION}" && \
Expand Down

0 comments on commit 7adc015

Please sign in to comment.