Skip to content

Commit

Permalink
clang-17.jinja2: Fix clang-17 repository
Browse files Browse the repository at this point in the history
clang-17 repo name slightly changed, update it

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
  • Loading branch information
nuclearcat committed Aug 22, 2023
1 parent f5a0a7d commit f15fa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/docker/clang-17.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block packages %}
{{ super() }}
RUN wget -q -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
RUN echo 'deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye main' \
RUN echo 'deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-17 main' \
>> /etc/apt/sources.list.d/clang.list

RUN apt-get update && apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit f15fa07

Please sign in to comment.