gecko-dev/taskcluster/scripts
Mike Hommey 8d9ccce339 Bug 1528150 - Build gn from https://gn.googlesource.com/gn/. r=froydnj
Make some adjustments to make the build work:
- On Linux, a newer GCC is needed, and -lrt is missing for
  clock_gettime.
- On Mac, ninja expect AR be accept ar arguments, which clang doesn't,
  so use llvm-ar.
- On Windows, remove the /WX flag that upstream sets (warnings as
  errors) because there _are_ warnings in the code, and remove the
  explicit /MACHINE:x64 linker flag because we're building for x86.
  (we could build for x64, but I'd rather leave that to a followup)

Differential Revision: https://phabricator.services.mozilla.com/D19911
2019-02-16 07:22:36 +09:00
..
builder Bug 1500247 - Add a mechanism to embed known hazards into test files and verify that they are caught, r=jonco 2018-12-28 21:13:32 -08:00
misc Bug 1528150 - Build gn from https://gn.googlesource.com/gn/. r=froydnj 2019-02-16 07:22:36 +09:00
tester bug 1507012 - set up and start gnome-keyring-daemon so libsecret works in Firefox in our test environment r=dustin 2018-11-27 15:50:21 +00:00
copy.sh
run-task Bug 1516568 - Provide path to python executable when invoking fetch-content script. r=ahal 2019-02-15 01:30:48 +00:00