Skip to content

Commit f15fa07

Browse files
committed
clang-17.jinja2: Fix clang-17 repository
clang-17 repo name slightly changed, update it Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent f5a0a7d commit f15fa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/docker/clang-17.jinja2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block packages %}
44
{{ super() }}
55
RUN wget -q -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
6-
RUN echo 'deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye main' \
6+
RUN echo 'deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-17 main' \
77
>> /etc/apt/sources.list.d/clang.list
88

99
RUN apt-get update && apt-get install --no-install-recommends -y \

0 commit comments

Comments
 (0)