
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 95699a34 by Nicolas Vigier at 2025-06-06T09:01:42+02:00 Bug 41444: Temporarily disable artifact generation for macos and windows - - - - - 2 changed files: - projects/browser/build - projects/firefox/build Changes: ===================================== projects/browser/build ===================================== @@ -429,7 +429,7 @@ cd $distdir popd [% END %] -[% IF c("var/nightly") -%] +[% IF c("var/nightly") && c("var/linux") -%] mkdir -p "$OUTDIR"/artifacts cp -r $rootdir/[% c('input_files_by_name/firefox') %]/artifacts "$OUTDIR" [% END %] ===================================== projects/firefox/build ===================================== @@ -128,7 +128,7 @@ echo "Starting ./mach build $(date)" ./mach build stage-package [% END -%] -[% IF c("var/nightly") -%] +[% IF c("var/nightly") && c("var/linux") -%] echo "Building development artifacts" ./mach package View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/95... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/95... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
boklm (@boklm)