cctg: hopefully fix reproducibility

More info: https://codeberg.org/corona-contact-tracing-germany/cwa-android/issues/200
This commit is contained in:
Marcus Hoffmann 2022-01-05 23:33:59 +01:00
parent f1c79b17b4
commit 7ae72fdabf

View file

@ -326,6 +326,26 @@ Builds:
scandelete:
- protobuf/build
- versionName: 2.14.1.1
versionCode: 2140102
commit: v2.14.1.1
subdir: Corona-Warn-App
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- device
scanignore:
- Corona-Warn-App/src/main/assets/default_app_config_android.bin
- Corona-Warn-App/src/main/assets/default_qr_code_poster_template_android.bin
- Corona-Warn-App/src/main/assets/default_dsc_list.bin
- GmsCore/firebase-auth-core/build.gradle
- GmsCore/play-services-core/build.gradle
scandelete:
- protobuf/build
MaintainerNotes: |-
Needs some hoop-jumping with the included dgc-certlogic dependency, which vendors another jar dependency
which we instead build to mavenLocal in srclib prepare step.
@ -350,5 +370,5 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: Tags v\d+\.\d+\.\d+\.\d+$
CurrentVersion: 2.14.1.0
CurrentVersionCode: 2140101
CurrentVersion: 2.14.1.1
CurrentVersionCode: 2140102