We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b5fb8 commit 7b48941Copy full SHA for 7b48941
Jenkinsfile
@@ -79,7 +79,7 @@ node('digitalocean && ubuntu-16.04 && 16gb && clean') {
79
'ANDROID_JACK_VM_ARGS=-Xmx4g -Dfile.encoding=UTF-8 -XX:+TieredCompilation'
80
]) {
81
stage 'Regular'
82
- retry(4) {
+ retry(2) {
83
sh '''#!/bin/bash
84
source build/envsetup.sh
85
lunch "${TARGET}"
@@ -108,7 +108,7 @@ node('digitalocean && ubuntu-16.04 && 16gb && clean') {
108
109
110
111
- make -j
+ make -j$(($(nproc)+1))
112
'''
113
}
114
0 commit comments