Skip to content

Commit 74e10e3

Browse files
committed
Updated docker to use clang-21
1 parent cf9899f commit 74e10e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/Dockerfile.micro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ RUN apt-get install -y zip xxd sudo
3737
RUN apt install -y lsb-release wget software-properties-common gnupg
3838
RUN wget https://apt.llvm.org/llvm.sh
3939
RUN chmod +x llvm.sh
40-
RUN ./llvm.sh 16
41-
RUN ln -s /usr/bin/clang-16 /usr/bin/clang
42-
RUN ln -s /usr/bin/clang++-16 /usr/bin/clang++
40+
RUN ./llvm.sh 21
41+
RUN ln -s /usr/bin/clang-21 /usr/bin/clang
42+
RUN ln -s /usr/bin/clang++-21 /usr/bin/clang++
4343

44-
RUN apt-get install clang-format-16
45-
RUN ln -s /usr/bin/clang-format-16 /usr/bin/clang-format
44+
RUN apt-get install clang-format-21
45+
RUN ln -s /usr/bin/clang-format-21 /usr/bin/clang-format
4646

4747
# Needed when using the Dockerfile locally.
4848
RUN git config --global --add safe.directory /opt/tflm

0 commit comments

Comments
 (0)