feat: add clang
Build Container Image / build_latest_amd64 (push) Successful in 2m36s Details
Build Container Image / build_latest (push) Successful in 31s Details
Build Container Image / push_latest_amd64 (push) Successful in 1m41s Details
Build Container Image / push_latest (push) Successful in 1m14s Details
Build Container Image / update_readme (push) Successful in 11s Details

This commit is contained in:
Daniel Wolf 2024-03-26 10:44:15 -04:00
parent ed78d92186
commit b03ba0919a
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ RUN echo "====== INSTALL BASE PACKAGES ======" \
RUN echo "====== INSTALL BUILD PACKAGES ======" \
&& pacman -Sy --noconfirm --needed \
autoconf automake binutils bison cmake debugedit fakeroot flex gcc \
autoconf automake binutils bison clang cmake debugedit fakeroot flex gcc \
lib32-gcc-libs libtool nasm ninja pkgconf texinfo \
&& pacman -Sy --noconfirm --needed \
icu lib32-curl lib32-icu lib32-libxml2 lib32-openssl lib32-zlib lib32-zstd \

View File

@ -19,6 +19,7 @@ beyond that. It can also be used as a quick "cleanroom" to test builds in.
### Compilers
- [Clang](https://clang.llvm.org/)
- [GCC](https://gcc.gnu.org/)
- [Go](https://go.dev/)