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
1 changed file:
Changes:
... | ... | @@ -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
|