зеркало из https://github.com/mozilla/gecko-dev.git
1d3a107541
* 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 |
||
---|---|---|
.. | ||
builder | ||
iris | ||
misc | ||
tester | ||
copy.sh | ||
run-task |