[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41106: Force rebuild of application-services
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Thu Sep 12 08:50:32 UTC 2024
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:
- projects/application-services/config
Changes:
=====================================
projects/application-services/config
=====================================
@@ -16,8 +16,12 @@ var:
steps:
build:
- filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
+ filename: '[% project %]-[% c("version") %]-[% c("var/rebuild_date") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
var:
+ # Due to some issue in application-service causing non matching
+ # builds when build time differ a lot, we need to do periodic rebuilds:
+ # https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/merge_requests/937#note_3009480
+ rebuild_date: '2024-09-12'
arch_deps:
# Needed to build NSS
- gyp
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/abe6e299aa213112fdd3b686eda0570f91e29441
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/abe6e299aa213112fdd3b686eda0570f91e29441
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240912/e623e123/attachment.htm>
More information about the tor-commits
mailing list