boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
49da2bdf
by Beatriz Rizental at 2025-12-18T11:28:22+01:00
1 changed file:
Changes:
| ... | ... | @@ -148,6 +148,9 @@ echo "Starting ./mach build $(date)" |
| 148 | 148 | artifactsdir=[% out_dir %]/artifacts/[% c("var/osname") %]
|
| 149 | 149 | mkdir -p $artifactsdir
|
| 150 | 150 | mv obj-*/dist/target.* $artifactsdir
|
| 151 | + |
|
| 152 | + ./mach python -m mozbuild.action.test_archive mozharness mozharness.zip
|
|
| 153 | + mv mozharness.zip $artifactsdir
|
|
| 151 | 154 | [% END %]
|
| 152 | 155 | |
| 153 | 156 | [% IF c("var/macos") -%]
|