[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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:

Changes:

  • projects/browser/build
    ... ... @@ -414,9 +414,10 @@ SCRIPT_EOF
    414 414
     [% IF c("var/updater_enabled") -%]
    
    415 415
       cp $rootdir/[% c('input_files_by_name/firefox') %]/mar-tools-*.zip "$OUTDIR"/
    
    416 416
     [% END -%]
    
    417
    -[% IF c("var/linux") -%]
    
    417
    +[% IF c("var/linux-x86_64") -%]
    
    418
    +  # TODO: See if we can make symbols also for Linux i686, see tor-browser#42146.
    
    418 419
       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"
    
    419
    -  [% IF c("var/linux-x86_64") && !c("var/asan") -%]
    
    420
    +  [% IF !c("var/asan") -%]
    
    420 421
         cp $rootdir/[% c('input_files_by_name/firefox') %]/geckodriver.tar.xz "$OUTDIR/geckodriver-[% c('var/mar_osname') %]-[% c('var/torbrowser_version') %].tar.xz"
    
    421 422
       [% END -%]
    
    422 423
     [% ELSIF c("var/windows") -%]
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits