mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
jenkins-setup-build-environment: --skip-scan on old builds
The scanner has gotten stricter: !758 [skip ci] since this only affects jenkins.debian.net
This commit is contained in:
parent
1902bfb6fc
commit
f70a4e11dd
@ -112,6 +112,6 @@ fi
|
||||
# if it can't build fdroid, then its really broken
|
||||
../fdroid build --verbose --stop --latest org.fdroid.fdroid
|
||||
# Gradle, JNI, preassemble
|
||||
../fdroid build --verbose --stop org.adaway:55
|
||||
../fdroid build --verbose -stop --skip-scan org.adaway:55
|
||||
# building old versions should still work
|
||||
../fdroid build --verbose --stop org.fdroid.fdroid:102350
|
||||
../fdroid build --verbose --stop --skip-scan org.fdroid.fdroid:102350
|
||||
|
Loading…
Reference in New Issue
Block a user