Build without gcc

This commit is contained in:
Julian Ospald 2016-10-11 17:02:56 +02:00
parent 5f6a8976a0
commit 723b305187
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 4 additions and 7 deletions

View File

@ -7,13 +7,10 @@ MAINTAINER Julian Ospald "hasufell@posteo.de"
COPY ./config/paludis /etc/paludis
# update world with our USE flags
RUN chgrp paludisbuild /dev/tty && cave resolve -c world -x
# install mail set
RUN chgrp paludisbuild /dev/tty && cave resolve -c mail -x
# install tools set
RUN chgrp paludisbuild /dev/tty && cave resolve -c tools -x
RUN chgrp paludisbuild /dev/tty && \
cave resolve -c world -x --without sys-devel/gcc && \
cave resolve -c mail -x --without sys-devel/gcc && \
cave resolve -c tools --without sys-devel/gcc -x
# update etc files... hope this doesn't screw up
RUN etc-update --automode -5