
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: bbea08af by Pier Angelo Vendrame at 2023-10-03T09:26:45+02:00 Bug 40971: Do not ship Linux i686 debug symbols. Debug symbols are not actually genereated because we used to have a linking problem when they were enabled. So, we have been shipping a tiny package only with generated headers in the last alphas. Hopefully, this is a temporary change, so I disabled only the final copy in projects/browser/build, but left the step in projects/firefox/build enabled. - - - - - 1 changed file: - projects/browser/build Changes: ===================================== projects/browser/build ===================================== @@ -414,9 +414,10 @@ SCRIPT_EOF [% IF c("var/updater_enabled") -%] cp $rootdir/[% c('input_files_by_name/firefox') %]/mar-tools-*.zip "$OUTDIR"/ [% END -%] -[% IF c("var/linux") -%] +[% IF c("var/linux-x86_64") -%] + # TODO: See if we can make symbols also for Linux i686, see tor-browser#42146. cp $rootdir/[% c('input_files_by_name/firefox') %]/browser-debug-symbols.tar.xz "$OUTDIR/[% c('var/project-name') %]-debug-symbols-[% c('var/mar_osname') %]-[% c('var/torbrowser_version') %].tar.xz" - [% IF c("var/linux-x86_64") && !c("var/asan") -%] + [% IF !c("var/asan") -%] cp $rootdir/[% c('input_files_by_name/firefox') %]/geckodriver.tar.xz "$OUTDIR/geckodriver-[% c('var/mar_osname') %]-[% c('var/torbrowser_version') %].tar.xz" [% END -%] [% ELSIF c("var/windows") -%] View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/bb... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/bb... You're receiving this email because of your account on gitlab.torproject.org.