brizental pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
f2a9cda8
by Beatriz Rizental at 2026-05-18T12:24:28-03:00
1 changed file:
Changes:
| ... | ... | @@ -37,6 +37,9 @@ echo "Starting ./mach build $(date)" |
| 37 | 37 | # Naming convention is the same as Mozilla uses for their artifacts
|
| 38 | 38 | mv obj-*/gradle/build/mobile/android/geckoview_example/outputs/apk/*/geckoview_example-*.apk $artifactsdir/geckoview_example.apk
|
| 39 | 39 | mv obj-*/dist/target.* $artifactsdir
|
| 40 | + |
|
| 41 | + ./mach python -m mozbuild.action.test_archive mozharness mozharness.zip
|
|
| 42 | + mv mozharness.zip $artifactsdir
|
|
| 40 | 43 | [% END %]
|
| 41 | 44 | |
| 42 | 45 | echo "Build finished, copying the AAR to the to the destination directory $(date)"
|