Commit 3499c770 authored by James T. Lee's avatar James T. Lee
Browse files

Update packages before rebuilding everything

ncurses is failing to compile.  It may be too much to ask to rebuild and
update everything in one step.
parent db8937f5
Pipeline #197 failed with stage
in 29 minutes and 27 seconds
...@@ -17,6 +17,7 @@ COPY --from=nest-overlay / /var/db/repos/nest/ ...@@ -17,6 +17,7 @@ COPY --from=nest-overlay / /var/db/repos/nest/
# Rebuild all packages using a custom profile # Rebuild all packages using a custom profile
RUN eselect profile set "nest:${PROFILE}" RUN eselect profile set "nest:${PROFILE}"
RUN emerge --info && emerge -v1 portage RUN emerge --info && emerge -v1 portage
RUN emerge --info && emerge -vDuN --with-bdeps=y @world
RUN emerge --info && emerge -ev @world RUN emerge --info && emerge -ev @world
RUN emerge --depclean RUN emerge --depclean
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment