Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update docker to llvm-19
  • Loading branch information
godexsoft committed Oct 14, 2024
commit 6fa7ddb9f92e8a6d1fef302520a87b2f0ddfc3d7
2 changes: 1 addition & 1 deletion docker/ci/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USER root
WORKDIR /root

ENV CCACHE_VERSION=4.10.2 \
LLVM_TOOLS_VERSION=18 \
LLVM_TOOLS_VERSION=19 \
GH_VERSION=2.40.0 \
DOXYGEN_VERSION=1.12.0

Expand Down