Skip to content

Commit

Permalink
silly me, theres no clang 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Dec 20, 2023
1 parent 3b75830 commit f38ba32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.iwyu
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN git clone https://github.com/compiler-explorer/infra /opt/compiler-explorer/
RUN cd /opt/compiler-explorer/infra && make ce
RUN /opt/compiler-explorer/infra/bin/ce_install install 'clang 8.0.0'
RUN /opt/compiler-explorer/infra/bin/ce_install install 'clang 16.0.0'
RUN /opt/compiler-explorer/infra/bin/ce_install install 'clang 17.0.0'
RUN /opt/compiler-explorer/infra/bin/ce_install install 'clang 17.0.1'

RUN curl -sL https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-linux-x86_64.tar.gz \
| tar zx -C /usr --strip-components=1
Expand Down

0 comments on commit f38ba32

Please sign in to comment.