Skip to content

Commit

Permalink
chore: update LLVM version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jan 2, 2025
1 parent 6221371 commit 8ba0c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Endstone <[email protected]>"
ENV PYTHONUNBUFFERED=1 \
PYTHONIOENCODING=UTF-8

ARG LLVM_VERSION=15
ARG LLVM_VERSION=16

ARG CMAKE_VERSION=3.26.6

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Now, power on your engines and get ready to code! 🚀

- Debian 11 (bullseye)
- Python 3.12 🐍
- Clang (with LLVM version 15)
- Clang (with LLVM version 16)
- CMake 3.26.6
- Conan package manager 2.0
- Git
Expand Down

0 comments on commit 8ba0c4e

Please sign in to comment.