gecko-dev/taskcluster/scripts
Jamie Nicol 1d3a107541 Bug 1604615 - Fix wrench build issues on CI arising from glslopt. r=jrmuizel
* For wrench builds, the clang toolchain must now be fetched and be
  present in PATH for bindgen to work. When building OSMesa, we must
  therefore set `LLVM_CONFIG=no` so that it does not attempt to build
  llvmpipe.

* For wrench Mac cross-compiles, we must be careful to expose CFLAGS
  and similar variables using the target-specific variable names, so
  that host builds do not attempt to use flags intended for the
  target. When building OSMesa we must use the generic variable `CC`,
  so now we additionally set `HOST_CC`, so that host builds use the
  host variable rather than the generic one.

* Similarily, for wrench android builds we must use a fork of
  cargo-apk which sets the target-specific variables rather than the
  generic ones. Otherwise we would attempt to use the NDK toolchain
  for host builds.

Differential Revision: https://phabricator.services.mozilla.com/D70031
2020-04-21 10:31:56 +00:00
..
builder Bug 1618923 - Fix llvm-symbolizer filename on Windows r=decoder 2020-03-13 09:19:18 +00:00
iris Bug 1603808 [Iris Firefox] - Add a keyboard shortcut to fluxbox on Linux workers r=ashughes 2019-12-13 21:17:32 +00:00
misc Bug 1604615 - Fix wrench build issues on CI arising from glslopt. r=jrmuizel 2020-04-21 10:31:56 +00:00
tester Bug 1612345 - Ensure that most custom retriggers repeat the original task by default; r=bc 2020-04-17 22:11:02 +00:00
copy.sh
run-task Bug 1616790 - Keep the hard limit for `ulimit -n` unchanged. r=froydnj 2020-02-21 16:25:13 +00:00