Source code:
https://gitpull.it/source/libre-busto-ci-cd/browse/master/bin/publish-latest-branch-build.sh
(ex P23)
This step will copy the built .apk to an indexed HTTP directory exposed by Apache, signing them:
| Passed |
Source code:
https://gitpull.it/source/libre-busto-ci-cd/browse/master/bin/publish-latest-branch-build.sh
(ex P23)
This step will copy the built .apk to an indexed HTTP directory exposed by Apache, signing them:
| 6122 | |
|---|---|
| 6123 | APK for **arm64\-v8a**: |
| 6124 | [Download D196\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D196-arm64-v8a-signed.apk) |
| 6125 | APK sha256: `30b6da8df49a46ad02d15fbd32f9093844f37b652fab0d4e5f55b641dcfdc938` |
| 6126 | |
| 6127 | APK for **armeabi\-v7a**: |
| 6128 | [Download D196\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D196-armeabi-v7a-signed.apk) |
| 6129 | APK sha256: `8ea6e7dff1009a89276c2b1a61aafd35674e6ddc612abe4c7126d2865f195623` |
| 6130 | |
| 6131 | APK for **universal**: |
| 6132 | [Download D196\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D196-universal-signed.apk) |
| 6133 | APK sha256: `cd1f8e4fb47416ef9aebd74bc619a60a49c84dde269ef095767284ea61658437` |
| 6134 | |
| 6135 | APK for **x86**: |
| 6136 | [Download D196\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D196-x86-signed.apk) |
| 6137 | APK sha256: `c98ba96fe6fb399b9d2824420d8cb3358e0d2a3679dfd4093ab798b09f7b4612` |
| 6138 | |
| 6139 | APK for **x86\_64**: |
| 6140 | [Download D196\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D196-x86_64-signed.apk) |
| 6141 | APK sha256: `1ceac7a3b3e491460ef97e569bf263c7a3a3744a99cf741b4b75ce28f90464f6` |
| 6142 | |
| 6143 | Adding bipbop Comment to D196 |
| 6144 | [INFO][2025-05-26 17:10:30] Cleaning old artifacts |
| 6145 | [INFO][2025-05-26 17:10:30] Done |
| 6146 |
| Passed |
This step will build an .apk using Gradle using this fantastic Docker image:
https://gitlab.com/fabmazz/android-fdroid-build-container/-/tree/ubuntu
Source code of this build step:
https://gitpull.it/source/libre-busto-ci-cd/browse/master/bin/fdroid-docker-builder.sh
TODO: Use the official image by Fabio Mazza, when the "DESIRED_UID" / "DESIRED_GID" features will be merged.
| 14 | <uses-permission> element there. A typical path to a debug manifest |
|---|---|
| 15 | override file in a Gradle project is src/debug/AndroidManifest.xml. |
| 16 | |
| 17 | /var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:132: Error: Expected non-nullable value [NullSafeMutableLiveData from androidx.lifecycle] |
| 18 | palinaLiveData.postValue(palina) |
| 19 | ~~~~~~ |
| 20 | |
| 21 | Explanation for issues of type "NullSafeMutableLiveData": |
| 22 | This check ensures that LiveData values are not null when explicitly |
| 23 | declared as non-nullable. |
| 24 | |
| 25 | Kotlin interoperability does not support enforcing explicit |
| 26 | null-safety when using generic Java type parameters. Since |
| 27 | LiveData is a Java class its value can always be null even |
| 28 | when its type is explicitly declared as non-nullable. This can lead |
| 29 | to runtime exceptions from reading a null LiveData value that is |
| 30 | assumed to be non-nullable. |
| 31 | |
| 32 | Vendor: Android Open Source Project |
| 33 | Identifier: androidx.lifecycle |
| 34 | Feedback: https://issuetracker.google.com/issues/new?component=413132 |
| 35 | |
| 36 | 2 errors, 0 warnings |
| 37 | |
| 38 |
| 85 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:124:17 Condition is always 'false'. |
|---|---|
| 86 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:143:13 Condition is always 'true'. |
| 87 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:163:17 Expression under 'when' is never equal to null. |
| 88 | |
| 89 | > Task :app:compileGitpullJavaWithJavac |
| 90 | |
| 91 | > Task :app:generateGitpullLintVitalReportModel |
| 92 | > Task :app:dexBuilderGitpull |
| 93 | > Task :app:processGitpullJavaRes |
| 94 | > Task :app:mergeGitpullGlobalSynthetics |
| 95 | > Task :app:mergeGitpullJavaResource |
| 96 | > Task :app:mergeDexGitpull |
| 97 | > Task :app:compileGitpullArtProfile |
| 98 | > Task :app:packageGitpull |
| 99 | > Task :app:createGitpullApkListingFileRedirect |
| 100 | > Task :app:lintVitalAnalyzeGitpull |
| 101 | > Task :app:lintVitalReportGitpull |
| 102 | |
| 103 | > Task :app:lintVitalGitpull |
| 104 | |
| 105 | > Task :app:assembleGitpull |
| 106 | |
| 107 | BUILD SUCCESSFUL in 3m 35s |
| 108 | 55 actionable tasks: 54 executed, 1 up-to-date |
| 109 |
| Passed |
| 1 | Found 8.7 via distributionUrl |
|---|---|
| 2 | Running /home/phabricator-android-builder/versions/8.7/bin/gradle clean |
| 3 | Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details |
| 4 | > Task :app:clean |
| 5 | |
| 6 | BUILD SUCCESSFUL in 21s |
| 7 | 1 actionable task: 1 executed |
| 8 |
| Passed |
| Passed |