- Nov 21, 2018
-
-
boklm authored
Update testsuite_git_commit to enable android nightly builds.
-
- Nov 20, 2018
-
-
- Nov 16, 2018
-
-
Additionally, minor clean-ups got done (like adding our 64bit Windows target where needed).
-
The script got written by boklm.
-
-
- Nov 14, 2018
-
-
- Nov 11, 2018
-
-
boklm authored
As rbm currently does not do deep merge of options hashes (bug 26185) we cannot modify var/* options from the input_files section (or we lose all the other var/* options). As a workaround we move the two options we need to modify under input_file_var/ instead of var/.
-
- Nov 08, 2018
-
-
Georg Koppen authored
Adding Alexis' and keeping only Bill's in addition to that
-
- Nov 06, 2018
-
-
Georg Koppen authored
-
- Nov 05, 2018
-
-
boklm authored
-
- Oct 31, 2018
-
-
This avoids a harmless error message in the build log: find: `talk/': No such file or directory Compare to https://github.com/keroserene/go-webrtc/commit/bfbd31b3f439346e9cac73df05781be9a51b0e45#diff-0b83f9dedf40d7356e5ca147a077acb4
-
David Fifield authored
The update to go 1.11.1 fixed part of #27827, namely the /tmp/go-buildRANDOMNUM paths embedded in the binary. However there is still a single /tmp/go-link-RANDOMNUM/go.o path remaining -- it comes from here: https://github.com/golang/go/blob/go1.11.1/src/cmd/link/internal/ld/lib.go#L935-L946 The random path affects the Go build ID even if we overwrite the random digits in the binary. Luckily there's a -tmpdir flag that lets us override the random path.
-
David Fifield authored
For some reason, this version of go requires setting _GLIBCXX_USE_CXX11_ABI=1 in the snowflake build, not only in go-webrtc. https://bugs.torproject.org/27827#comment:12
-
- Oct 26, 2018
-
-
- Oct 25, 2018
-
-
Georg Koppen authored
This reverts commit 6803d9a8.
-
-
- Oct 24, 2018
-
-
Georg Koppen authored
This reverts commit fbb72c65.
-
-
-
- Oct 19, 2018
-
-
Georg Koppen authored
This reverts commit 889be431, reversing changes made to d8ce7fca. The patch for bug 27827 leads to a busted Linux build.
-
Georg Koppen authored
Versions bump and Changelog update
- Oct 18, 2018
-
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
-
- Oct 17, 2018
-
-
David Fifield authored
The update to go 1.11.1 fixed part of #27827, namely the /tmp/go-buildRANDOMNUM paths embedded in the binary. However there is still a single /tmp/go-link-RANDOMNUM/go.o path remaining -- it comes from here: https://github.com/golang/go/blob/go1.11.1/src/cmd/link/internal/ld/lib.go#L935-L946 The random path affects the Go build ID even if we overwrite the random digits in the binary. Luckily there's a -tmpdir flag that lets us override the random path.
-
David Fifield authored
-
Georg Koppen authored
-
boklm authored
Update tbb-windows-installer to v0.5, adding patch to abort install if CPU is missing SSE2 support.
-
Arthur Edelstein authored
-
- Oct 16, 2018
-
-
Georg Koppen authored
-
Kathleen Brade authored
Use a new .DS_Store file that has the correct app icon position. Incorporate a new background image with updated Tor Browser branding, including @1x and @2x (Retina) images. Remove the .fseventsd/ directory, which is not needed in a DMG. These changes also fix bug 25151: Update Tor Browser branding on installation.
-
We use `/usr/bin/env` for invocation in other scripts already. Let's use it in `execdesktop` as well.
-
Georg Koppen authored
Building Rust with Thin LTO enabled leads to Tor Browser builds on macOS and probably Linux not being reproducible. The exact reason for that is unknown at the moment, although it seems fixed testing nightly Rust source tarballs as of mid-September 2018. We therefore disable Thin LTO for now by setting `codegen-units` to `1`.
-
- Oct 15, 2018
-
-
boklm authored
-