Skip to content

Commit

Permalink
Compile nproc variants at single time
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan authored Jul 6, 2017
1 parent 8becb63 commit 461a5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ node('docker && linux-build') {
sh '''#!/bin/bash
set +xe
export CCACHE_DIR=$WORKSPACE/ccache
make -j4 BUILD_ARCH=armhf
make -j$(nproc)
'''
}

Expand Down

0 comments on commit 461a5b9

Please sign in to comment.