feat: add clang
Build Container Image / build_previous_amd64 (push) Successful in 5m47s Details
Build Container Image / push_previous_amd64 (push) Successful in 1m31s Details
Build Container Image / build_latest_amd64 (push) Successful in 5m0s Details
Build Container Image / push_latest_amd64 (push) Successful in 1m32s Details
Build Container Image / build_previous_arm64 (push) Successful in 18m56s Details
Build Container Image / push_previous_arm64 (push) Successful in 1m27s Details
Build Container Image / build_previous (push) Successful in 21s Details
Build Container Image / push_previous (push) Successful in 20s Details
Build Container Image / build_latest_arm64 (push) Successful in 18m32s Details
Build Container Image / build_latest (push) Successful in 34s Details
Build Container Image / push_latest_arm64 (push) Successful in 1m22s Details
Build Container Image / push_latest (push) Successful in 56s Details
Build Container Image / update_readme (push) Successful in 6s Details

This commit is contained in:
Daniel Wolf 2024-03-26 10:59:29 -04:00
parent 1cf80b5aa1
commit 6076a06239
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
3 changed files with 7 additions and 4 deletions

View File

@ -19,8 +19,9 @@ RUN echo "====== INSTALL BASE PACKAGES ======" \
RUN echo "====== INSTALL BUILD PACKAGES ======" \
&& dnf -y install \
autoconf automake binutils bison cmake createrepo flex gcc-c++ glibc-devel \
libstdc++-devel libtool nasm ninja-build pkgconf rpmdevtools rpmlint texinfo \
autoconf automake binutils bison clang clang-tools-extra cmake flex gcc-c++ \
glibc-devel libstdc++-devel libtool nasm ninja-build pkgconf rpmdevtools \
rpmlint texinfo \
&& dnf -y install \
libcurl-devel libicu-devel libxml2-devel libzstd-devel openssl-devel \
zlib-devel \

View File

@ -19,8 +19,9 @@ RUN echo "====== INSTALL BASE PACKAGES ======" \
RUN echo "====== INSTALL BUILD PACKAGES ======" \
&& dnf -y install \
autoconf automake binutils bison cmake createrepo flex gcc-c++ glibc-devel \
libstdc++-devel libtool nasm ninja-build pkgconf rpmdevtools rpmlint texinfo \
autoconf automake binutils bison clang clang-tools-extra cmake flex gcc-c++ \
glibc-devel libstdc++-devel libtool nasm ninja-build pkgconf rpmdevtools \
rpmlint texinfo \
&& dnf -y install \
libcurl-devel libicu-devel libxml2-devel libzstd-devel openssl-devel \
zlib-devel \

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/)