Re: parallelizing more actions

2017-11-16 Thread Ludovic Courtès
Efraim Flashner skribis: > On Sun, Nov 12, 2017 at 03:31:49PM +0200, Efraim Flashner wrote: >> On Thu, Nov 09, 2017 at 11:05:59AM +0200, Efraim Flashner wrote: >> > While rebuilding glibc-final on aarch64 I realized that the 'strip phase >> > took 235 seconds. The relevant code for 'strip from gn

Re: parallelizing more actions

2017-11-13 Thread Efraim Flashner
On Sun, Nov 12, 2017 at 03:31:49PM +0200, Efraim Flashner wrote: > On Thu, Nov 09, 2017 at 11:05:59AM +0200, Efraim Flashner wrote: > > While rebuilding glibc-final on aarch64 I realized that the 'strip phase > > took 235 seconds. The relevant code for 'strip from gnu-build-system is > > in guix/bu

Re: parallelizing more actions

2017-11-12 Thread Efraim Flashner
On Thu, Nov 09, 2017 at 11:05:59AM +0200, Efraim Flashner wrote: > While rebuilding glibc-final on aarch64 I realized that the 'strip phase > took 235 seconds. The relevant code for 'strip from gnu-build-system is > in guix/build/gnu-build-system.scm, starting at line 340, with the > actual strippi

Re: parallelizing more actions

2017-11-11 Thread Efraim Flashner
On Sat, Nov 11, 2017 at 12:25:01PM +0100, Ludovic Courtès wrote: > Hi Efraim, > > Efraim Flashner skribis: > > > While rebuilding glibc-final on aarch64 I realized that the 'strip phase > > took 235 seconds. The relevant code for 'strip from gnu-build-system is > > in guix/build/gnu-build-system

Re: parallelizing more actions

2017-11-11 Thread Ludovic Courtès
Hi Efraim, Efraim Flashner skribis: > While rebuilding glibc-final on aarch64 I realized that the 'strip phase > took 235 seconds. The relevant code for 'strip from gnu-build-system is > in guix/build/gnu-build-system.scm, starting at line 340, with the > actual stripping starting at 398. When I

Re: parallelizing more actions

2017-11-10 Thread Chris Marusich
Efraim Flashner writes: > While rebuilding glibc-final on aarch64 I realized that the 'strip > phase took 235 seconds. The relevant code for 'strip from > gnu-build-system is in guix/build/gnu-build-system.scm, starting at > line 340, with the actual stripping starting at 398. When I changed > 'f