Skip to content

Commit

Permalink
riotbuild: bump llvm to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Apr 22, 2022
1 parent 896aa2c commit dbfc7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riotbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ COPY --from=chrysn/c2rust-built:for-riot /c2rust_0.0_amd64.deb /pkgs
# allow the cleanup to actually save space.
# Total size without cleaning is approximately 1.525 GB (2016-03-08)
# After adding the cleanup commands the size is approximately 1.497 GB
ARG LLVM_VERSION=10
ARG LLVM_VERSION=14
RUN \
dpkg --add-architecture i386 >&2 && \
echo 'Update the package index files to latest available versions' >&2 && \
Expand Down

0 comments on commit dbfc7bd

Please sign in to comment.