Skip to content

Commit 70a3638

Browse files
authored
Update to llvm 18 in Ubuntu 22.04 cross images (#976)
1 parent 0250296 commit 70a3638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ubuntu/22.04/crossdeps/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RUN apt-get update \
3939
libzstd-dev \
4040
&& rm -rf /var/lib/apt/lists/*
4141

42-
# install llvm-toolchain v17 using official script
43-
RUN wget -O- https://apt.llvm.org/llvm.sh | bash -s -- 17 \
42+
# install llvm-toolchain using official script
43+
RUN wget -O- https://apt.llvm.org/llvm.sh | bash -s -- 18 \
4444
clang \
4545
clang-tools \
4646
liblldb-dev \

0 commit comments

Comments
 (0)