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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] 2 commits: Bug 41329: Add no_install_recommends option to container-image



Title: GitLab

boklm pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 78039907
    by NoisyCoil at 2024-12-02T17:22:49+01:00
    Bug 41329: Add no_install_recommends option to container-image
    
  • 8a16e82b
    by NoisyCoil at 2024-12-02T17:22:51+01:00
    Bug 41329: Set no_install_recommends for linux-aarch64 firefox
    
    Avoids installing python2.7-minimal:arm64, which is never used and
    whose postinst script tries to execute the arm64 native python
    binary on x86_64 (affects every Debian release where it still
    exists)
    

2 changed files:

Changes:

  • projects/container-image/config
    ... ... @@ -64,8 +64,9 @@ pre: |
    64 64
            res_deps = res_deps.sort.unique;
    
    65 65
          END;
    
    66 66
          IF res_deps.size;
    
    67
    +       SET no_install_recommends = pc(c('origin_project'), 'var/no_install_recommends', { step => c('origin_step') });
    
    67 68
            FOREACH pkg IN res_deps;
    
    68
    -         GET c('install_package', { pkg_name => pkg });
    
    69
    +         GET c('install_package', { pkg_name => pkg, no_install_recommends => no_install_recommends });
    
    69 70
              GET "\n";
    
    70 71
            END;
    
    71 72
          END;
    

  • projects/firefox/config
    ... ... @@ -146,6 +146,7 @@ targets:
    146 146
     
    
    147 147
       linux-aarch64:
    
    148 148
         var:
    
    149
    +      no_install_recommends: 1
    
    149 150
           arch_deps:
    
    150 151
             - libgtk2.0-dev:arm64
    
    151 152
             - libgtk-3-dev:arm64
    

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