[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40971: Do not ship Linux i686 debug symbols.

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Tue Oct 3 10:07:01 UTC 2023



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/bbea08afe658c1f0311a32dceb7f098160b77bd6

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/bbea08afe658c1f0311a32dceb7f098160b77bd6
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20231003/4472a0fe/attachment-0001.htm>


More information about the tbb-commits mailing list