- Jan 16, 2021
-
-
Matthew Finkel authored
-
Matthew Finkel authored
-
Georg Koppen authored
-
Matthew Finkel authored
-
- Jan 15, 2021
-
-
Matthew Finkel authored
Versions bump and Changelog update
-
Matthew Finkel authored
-
Matthew Finkel authored
-
- Jan 14, 2021
-
-
Matthew Finkel authored
-
Matthew Finkel authored
-
Georg Koppen authored
Grammar lesson by arma.
-
Georg Koppen authored
-
- Jan 13, 2021
-
-
boklm authored
We save logs of the sign-nightly script by redirecting STDOUT and STDERR to a file. However, when the output is not a terminal, STDOUT will have buffering by default, but STDERR will not, which results in some lines being written in the wrong order in our log file. To avoid that we enable autoflush on STDOUT.
-
Georg Koppen authored
-
Georg Koppen authored
When fetching the dependencies for Fenix for some reason an older GeckoView version gets downloaded: the one used immediately before the final bump for android-components 70.0.0. I am not sure which .pom file is the culprit but this breaks our builds when using our android-components 70.0.0 which requires the GeckoView dependency it got actually tagged with.
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
`cbindgen` is a host tool. There is no need to include the `osname` in the filename.
-
Georg Koppen authored
-
Georg Koppen authored
We pick up the latest (currently) Rust stable version, 1.48.0. miri fails to compile (even though the build succeeds) which is okay-ish. See: https://github.com/rust-lang/rust/issues/79582 and https://github.com/rust-lang/rust/issues/74709 for more details. It's not clear why exactly we need to specify the host as a target now, too. But I guess previously things just worked by chance. The correct thing to do is to specify `x86_64-unknown-linux` as target, too, given that we are targetting it, e.g. with `cbindgen`. Note: we could think about specifying `--host` here too, but it seems we can avoid that extra configure argument, see: https://github.com/rust-lang/rust/issues/76990.
-
Georg Koppen authored
-
- Jan 12, 2021
-
-
boklm authored
We avoid using /tmp which is not very big.
-
- Jan 11, 2021
-
-
Matthew Finkel authored
-
Alex Catarineu authored
-
- Dec 27, 2020
-
-
Georg Koppen authored
This commit deals with the `tor-android-service` portion of the patch set.
-
Georg Koppen authored
-
Georg Koppen authored
This commit deals with the `tor-onion-proxy-library` changes.
-
- Dec 17, 2020
-
-
Georg Koppen authored
-
- Dec 14, 2020
-
-
boklm authored
-
- Dec 13, 2020
-
-
Matthew Finkel authored
Versions bump and Changelog update
-
Matthew Finkel authored
This reverts commit a53e12f3. Bug 40145: Adapt Makefile to build from a single alpha tag for all platforms again
-
Matthew Finkel authored
-
- Dec 11, 2020
-
-
Matthew Finkel authored
-
boklm authored
-
- Dec 10, 2020
-
-
Matthew Finkel authored
-
Matthew Finkel authored
-
boklm authored
File::Copy is not supposed to be able to move directories, only single files. It only works by chance if the source and destination are on the same filesystem and a rename is working.
-
boklm authored
-
Georg Koppen authored
-
Matthew Finkel authored
-