Skip to content

Commit 63b4367

Browse files
committed
Allow setting MAKEFLAGS in repro.conf and default to -j$(nproc)
1 parent 57540f3 commit 63b4367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repro.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ function cmd_check(){
224224
SOURCE_DATE_EPOCH="${buildinfo[builddate]}"
225225

226226
{
227+
printf 'MAKEFLAGS="%s"\n' "${MAKEFLAGS:--j$(nproc)}"
227228
printf 'PKGDEST=/pkgdest\n'
228229
printf 'SRCPKGDEST=/srcpkgdest\n'
229230
printf 'BUILDDIR=%s\n' "${builddir}"

0 commit comments

Comments
 (0)