Skip to content
Snippets Groups Projects
Verified Commit dd3eeee7 authored by georg's avatar georg
Browse files

Try to make the gentoo build faster

parent 9ce1fd83
No related branches found
No related tags found
No related merge requests found
FROM gentoo/stage3-amd64
FROM gentoo/portage:latest as portage
FROM gentoo/stage3-amd64:latest
COPY --from=portage /usr/portage /usr/portage
ENV ACCEPT_KEYWORDS="~amd64" \
EMERGE_DEFAULT_OPTS="--buildpkg --jobs=9 --load-average=8 --with-bdeps=y --usepkg" \
MAKEOPTS="-j9 -l8" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment