mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-06 23:19:59 +01:00
Updated LLVM toolchain from version 18 to version 19
This commit is contained in:
parent
36e6a01e82
commit
1ea4df21e3
@ -13,15 +13,15 @@ RUN apt-get install -y \
|
|||||||
# Tools
|
# Tools
|
||||||
build-essential \
|
build-essential \
|
||||||
ccache \
|
ccache \
|
||||||
clang-18 \
|
clang-19 \
|
||||||
clang-format-18 \
|
clang-format-19 \
|
||||||
cmake \
|
cmake \
|
||||||
curl \
|
curl \
|
||||||
file \
|
file \
|
||||||
git \
|
git \
|
||||||
libc++-18-dev \
|
libc++-19-dev \
|
||||||
lld \
|
lld \
|
||||||
llvm-18 \
|
llvm-19 \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
ruby \
|
ruby \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user