From 0312debd2ac653a07674d26780ce75733cbd2c55 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 22 Apr 2022 22:18:58 +0200 Subject: [PATCH] riotbuild: bump llvm to 14 --- riotbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riotbuild/Dockerfile b/riotbuild/Dockerfile index 70578e4e..75392e2c 100644 --- a/riotbuild/Dockerfile +++ b/riotbuild/Dockerfile @@ -49,7 +49,7 @@ COPY files/libsocketcan2_0.0.11-1_i386.deb /pkgs/libsocketcan2_0.0.11-1_i386.deb # 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 && \