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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41534: Copy geckodriver only on Linux x86_64.



Title: GitLab

Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • a0164d98
    by Pier Angelo Vendrame at 2025-08-11T10:05:36+02:00
    Bug 41534: Copy geckodriver only on Linux x86_64.
    
    The i686 and aarch64 binaries we are producing are actually x86_64.
    So, it does not make sense to ship them with other architecture names.
    

1 changed file:

Changes:

  • projects/firefox/build
    ... ... @@ -193,6 +193,8 @@ echo "Starting ./mach build $(date)"
    193 193
     [% INCLUDE 'start-firefox' -%]
    
    194 194
     RBM_TB_EOF
    
    195 195
       chmod 755 "$distdir/Browser/[% c('var/exe_name') %]"
    
    196
    +[% END -%]
    
    197
    +[% IF c("var/linux-x86_64") -%]
    
    196 198
       cp -L obj-*/dist/host/bin/geckodriver $distdir
    
    197 199
     [% END -%]
    
    198 200
     
    
    ... ... @@ -351,8 +353,8 @@ echo "Starting to package artifacts $(date)"
    351 353
         }) %]
    
    352 354
     [% END -%]
    
    353 355
     
    
    354
    -# Geckodriver
    
    355
    -[% IF c("var/linux") -%]
    
    356
    +[% IF c("var/linux-x86_64") -%]
    
    357
    +  # Geckodriver
    
    356 358
       llvm-strip geckodriver
    
    357 359
       [% c('tar', {
    
    358 360
           tar_src => [ 'geckodriver' ],
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx