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.
_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits