Commit 840890af authored by James T. Lee's avatar James T. Lee
Browse files

Remove /var/tmp/portage to hopefully reset distcc

Otherwise, somehow a state file gets set up owned by root and Portage,
notably Chromium, fails to use distcc.
parent 94e198bc
Pipeline #309 canceled with stage
in 77 minutes and 49 seconds
......@@ -22,13 +22,7 @@ RUN eselect profile set "nest:${PROFILE}"
RUN emerge --info
RUN USE='-vaapi' emerge -v --update --deep --newuse --with-bdeps=y @world
RUN emerge -v --update --deep --newuse --with-bdeps=y @world
RUN emerge --depclean
# Debugging
RUN puppet agent --test --tags nest::lib::repo; [ $? -eq 2 ]
RUN locale
RUN find /var/tmp/portage -ls
RUN emerge -pv x11-misc/taffybar
RUN emerge --depclean && rm -rf /var/tmp/portage
# Configure the stage
RUN puppet agent --test --runtimeout 0; [ $? -eq 2 ]
......
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