fix: remove temporary bandaid from zaero code
Build Container Image / build_amd64 (push) Successful in 2m4s Details
Build Container Image / build_i386 (push) Successful in 2m0s Details
Build Container Image / build_arm64 (push) Successful in 7m17s Details
Build Container Image / push_i386 (push) Successful in 16s Details
Build Container Image / push_arm64 (push) Successful in 22s Details
Build Container Image / push_amd64 (push) Successful in 8s Details
Build Container Image / build_riscv64 (push) Successful in 14m30s Details
Build Container Image / push_riscv64 (push) Successful in 17s Details
Build Container Image / build_armhf (push) Successful in 15m36s Details
Build Container Image / build (push) Successful in 1m37s Details
Build Container Image / push_armhf (push) Successful in 16s Details
Build Container Image / update_readme (push) Successful in 9s Details
Build Container Image / push (push) Successful in 6m44s Details

This commit is contained in:
Daniel Wolf 2024-03-28 11:07:36 -04:00
parent b7c21d75d7
commit 0045a42393
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ RUN echo "====== COMPILE GROUND ZERO ======" \
RUN git -C /root clone --single-branch --depth=1 https://github.com/yquake2/zaero.git
RUN echo "====== COMPILE ZAERO ======" \
&& cd /root/zaero \
&& sed -i 's~-DYQ2OSTYPE~-DYQ2_OSTYPE~g' Makefile \
&& sed -i 's~-DYQ2ARCH~-DYQ2_ARCH~g' Makefile \
&& make -j$(( $(getconf _NPROCESSORS_ONLN) / 2 + 1 ))
RUN git -C /root clone --single-branch --depth=1 https://github.com/yquake2/pakextract.git