- Dec 13, 2019
-
-
Georg Koppen authored
This patch contains two backports for reproducibility issues found and fixed in LLVM's optimization code. The patch from bug 42574 might not be necessary in our context as I only witnessed problems when compiling Stylo with an older Rust (1.32.0) and then omptimizing with LLVM 8. However, it's hard to exclude any mismatching builds we encountered so far from being affected by that issue, so I think it is safer to backport that patch as well. Bug 43909 is an issue we and Mozilla definitely hit and very likely responsible for at least the vast majority of different builds we got over the course of the last weeks and months. Many thanks to Alex Crichton for the invaluable help in tracking this issue down.
-
boklm authored
-
boklm authored
-
- Dec 12, 2019
-
-
Matthew Finkel authored
-
Georg Koppen authored
-
boklm authored
-
boklm authored
If the linux64 mar-tools is not available, use any of the other mar-tools that is available.
-
boklm authored
Asked by GeKo on IRC.
-
Georg Koppen authored
-
- Dec 10, 2019
-
-
Georg Koppen authored
-
- Dec 09, 2019
-
- Dec 05, 2019
-
-
boklm authored
-
- Dec 04, 2019
-
-
Georg Koppen authored
-
- Dec 03, 2019
-
-
Georg Koppen authored
-
- Dec 02, 2019
-
-
Philipp Winter authored
The default bridge CDF2E852BF539B82BD10E27E9115A31734E378C2 has both an IPv4 and IPv6 address but it is no longer reachable over it's IPv6 address, so it's time to remove it. This fixes <https://bugs.torproject.org/32659>.
-
sisbell authored
-
JeremyRand authored
-
- Nov 30, 2019
-
-
Matthew Finkel authored
-
Matthew Finkel authored
-
Matthew Finkel authored
Versions bump and Changelog update
-
-
-
- Nov 29, 2019
-
-
Georg Koppen authored
-
- Nov 28, 2019
-
-
We update rbm for bug 27265: fix output_dir value in sub-projects. As part of this fix, the patch in rbm is changing how the value of output_dir is overriden by rbm when handling input_files: the output_dir option is now defined under norec, which has priority over normal options but is not inherided in sub-projects. In rbm.conf we are also changing the output_dir option in var/build_id_txt so that the build ids do not depend on the path on the current system. Because of the change in rbm we now need to reset `norec` so that our value of `output_dir` is correctly taken into account.
-
Georg Koppen authored
-
Philipp Winter authored
This commit fixes <https://bugs.torproject.org/32606>.
-
- Nov 27, 2019
-
-
Georg Koppen authored
-
-
- Nov 26, 2019
-
-
boklm authored
-
Georg Koppen authored
-
boklm authored
We will start supporting updates in the nightly channel only for a limited set of locales.
-
Georg Koppen authored
-
Georg Koppen authored
-
- Nov 25, 2019
-
-
- Nov 20, 2019
-
-
boklm authored
Previously we used "default" as the channel name for nightly builds, which is the channel name intended for local builds. We are now switching to "nightly" as the channel name.
-
Georg Koppen authored
-
- Nov 19, 2019
-
-
Georg Koppen authored
-
- Nov 18, 2019
-
-
boklm authored
Include the current day in the nightly version number, so that each build gets a different version number. We get this version number using a perl function, and a "state" variable, so that the day when the build was started is used. This avoids issues when a build is started on a day but finishs on a different day. In the nightly directory, the builds are now stored using the version instead of just the date. We also allow overriding this version number by using the TORBROWSER_NIGHTLY_VERSION environment variable. This could be useful for example if you need to generate incremental mars for the version from the previous day.
-