Fix cmake policy issue globally

This commit is contained in:
BtbN 2021-05-13 14:36:08 +02:00
parent f2ab61d2f3
commit 05cffc15cf
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,9 @@ RUN \
git config --global user.name "Builder" && \
mkdir /opt/ffbuild
# Work around cmake bug
RUN sed -i 's/.*__SUNPRO_C.*/ FALSE )/' /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake
ADD run_stage.sh /usr/bin/run_stage
ADD git-mini-clone.sh /usr/bin/git-mini-clone
ADD check-wget.sh /usr/bin/check-wget