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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41106: Force rebuild of application-services



Title: GitLab

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

Commits:

  • abe6e299
    by Nicolas Vigier at 2024-09-12T10:50:05+02:00
    Bug 41106: Force rebuild of application-services
    
    As a workaround to avoid a reproducibility issue when application-services
    has not been rebuilt in a long time.
    

1 changed file:

Changes:

  • projects/application-services/config
    ... ... @@ -16,8 +16,12 @@ var:
    16 16
     
    
    17 17
     steps:
    
    18 18
       build:
    
    19
    -    filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    19
    +    filename: '[% project %]-[% c("version") %]-[% c("var/rebuild_date") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    20 20
         var:
    
    21
    +      # Due to some issue in application-service causing non matching
    
    22
    +      # builds when build time differ a lot, we need to do periodic rebuilds:
    
    23
    +      # https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/merge_requests/937#note_3009480
    
    24
    +      rebuild_date: '2024-09-12'
    
    21 25
           arch_deps:
    
    22 26
             # Needed to build NSS
    
    23 27
             - gyp
    

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