- Jun 05, 2023
-
-
boklm authored
-
- May 17, 2023
-
-
boklm authored
Update conjure, webtunnel, obfs4 and snowflake to use `go mod vendor` to fetch dependencies. We still have some go module projects, for dependencies of projects/ncprop279/config, which doesn't have a `go.sum` file yet.
-
- Apr 04, 2023
-
-
boklm authored
We also update doc/MAKEFILE.txt for previous changes with some makefile targets.
-
Pier Angelo Vendrame authored
-
- Mar 20, 2023
-
-
boklm authored
-
- Jan 26, 2023
-
-
Pier Angelo Vendrame authored
Add the needed targets needed to build privacy browser.
-
boklm authored
-
- Jan 19, 2023
-
-
Pier Angelo Vendrame authored
Updated the creation of the WASI sysroot, to be more similar to what Mozilla does in shell scripts included in Firefox source code. This includes the same hacks, like re-using the LLVM we already build. We were still using lucetc, which is not needed anymore. Therefore, this commit removes it.
-
- Jan 17, 2023
-
-
boklm authored
-
- Jan 12, 2023
-
-
boklm authored
-
- Dec 21, 2022
-
-
- Nov 15, 2022
-
-
boklm authored
`make torbrowser-testbuild-macos-x86_64` and `make torbrowser-testbuild-macos-aarch64` can be used to do non-universal testbuilds for a single arch.
-
boklm authored
Instead of having separate x86_64 and arm64 macos builds, we merge the two builds to create an universal build, using the unify.py script from Mozilla. We also start renaming osx64 to macos for tor-browser-build#40067.
-
- Sep 28, 2022
-
-
boklm authored
We don't enable aarch64 build by default yet. This will be done in a second part (tor-browser-build#40439) where we create universal x86-64/arm64 dmg files. In projects/macosx-toolchain/build we also clean up the flags used to build compiler-rt, trying to stay close to what Mozilla is doing. We also switch back to using Ninja, to avoid an error in compiler-rt build for aarch64: tpo/applications/tor-browser-build#40158 (comment 2836499)
-
- Jul 14, 2022
- Apr 22, 2022
-
-
- Sep 02, 2021
-
-
boklm authored
-
- Jul 02, 2021
-
-
boklm authored
-
- Jun 23, 2021
-
-
boklm authored
The following commands can be used to check needed toolchain updates to build Firefox for Linux, Windows or macOS: make list_toolchain_updates-firefox-linux make list_toolchain_updates-firefox-windows make list_toolchain_updates-firefox-macos
-
- Apr 28, 2021
-
-
boklm authored
-
- Apr 20, 2021
- Dec 13, 2020
-
-
Matthew Finkel authored
This reverts commit a53e12f3. Bug 40145: Adapt Makefile to build from a single alpha tag for all platforms again
-
- Sep 13, 2020
-
-
Georg Koppen authored
-
- Aug 31, 2020
-
-
Georg Koppen authored
-
- Aug 14, 2020
-
-
Georg Koppen authored
-
- Jul 18, 2020
-
-
Matthew Finkel authored
-
- Jul 06, 2020
-
-
Matthew Finkel authored
-
- Nov 26, 2019
-
-
boklm authored
-
- Nov 15, 2019
-
-
boklm authored
-
- Sep 26, 2019
-
-
Matthew Finkel authored
-
- Jun 27, 2019
-
-
Georg Koppen authored
Thanks to boklm for help with this patch.
-
- Mar 08, 2019
-
-
boklm authored
We now generate source tarballs for firefox, torbutton and tor-launcher during stable, alpha and nightly builds. We don't generate them with |make testbuild|, but they can be generated with |make testbuild-src|.
-
- Feb 25, 2019
-
-
Georg Koppen authored
-
- Nov 20, 2018
-
-
- Sep 06, 2018
-
-
- Jun 28, 2018
-
-
boklm authored
However we keep setting MAR_OLD_FORMAT=1 on the stable release for now.
-