## Release - [x] **aix-ppc64**: AIX 7.1 TL05 on PPC64BE with GCC 6 - [ ] **darwin-x64**: macOS 10.13, Xcode 10 https://github.com/nodejs/build/issues/1732 - [x] `-mmacosx-version-min=10.10` / `'MACOSX_DEPLOYMENT_TARGET': '10.10'` in common.gypi - pending finalisation in https://github.com/nodejs/node/pull/26714 - [x] **linux-arm64**: CentOS 7 with devtoolset-6 / GCC 6 - status quo is OK? - [x] **linux-armv7l**: New custom GCC 6 toolchain from https://github.com/rvagg/rpi-newer-crosstools (needs newer version of 6) https://github.com/nodejs/build/issues/1731 https://github.com/nodejs/build/pull/1776 - [x] **linux-ppc64le**: Ubuntu 14.04 with GCC 6 https://github.com/nodejs/build/pull/1723 - [x] **linux-s390x**: RHEL 7 with GCC 6 https://github.com/nodejs/build/pull/1735 https://github.com/nodejs/build/pull/1754 - [x] **linux-x64**: CentOS 7 with devtoolset-6 / GCC 6 https://github.com/nodejs/build/pull/1766 https://github.com/nodejs/build/pull/1765 https://github.com/nodejs/build/pull/1763 - [x] **sunos-x64**: SmartOS 18 with GCC 6 https://github.com/nodejs/build/issues/1733 https://github.com/nodejs/build/pull/1769 - [x] **win-x64** and **win-x86**: Windows 2012 R2 (x64) with Visual Studio 2017 - status quo is OK? - [x] Switch to Linux for creating headers and source tarballs (only for 12+) https://github.com/nodejs/build/issues/1730 ## Test - [x] AIX: tests only GCC 6 for Node 12+ - [ ] macOS: 10.13 with Xcode 10 in CI mix for all, only 10.12 for Node 12+ https://github.com/nodejs/build/issues/1732 - [x] ARM64: status quo is OK? - [x] ARMv7: GCC 4.8, 4.9 and 6 in CI mix, only GCC 6 for 12+ https://github.com/nodejs/build/issues/1731 https://github.com/nodejs/build/pull/1776 - [x] scaleway armv7 machines running gcc 6 - [x] ARMv6: removed from CI for Node 12+ only - [x] Linux-PPC: tests only GCC 6 for Node 12+ - [x] Linux-s390x: tests only GCC 6 for Node 12+ https://github.com/nodejs/build/pull/1735 https://github.com/nodejs/build/pull/1754 - [ ] Linux-x64: devtoolset-6 for 12+, continues testing devtoolset-2 for older versions - [x] SmartOS: 18 in CI for all versions (at least 12+) https://github.com/nodejs/build/issues/1733 https://github.com/nodejs/build/pull/1769 - [x] Windows: status quo is OK? ## Miscellaneous - [x] Land BUILDING.md changes @ https://github.com/nodejs/node/pull/26714 - [ ] Python 3 & 2 support questions resolved as per https://github.com/nodejs/node/issues/25789 - [ ] unofficial-builds to support ARMv6 community: not strictly necessary for 12.0.0 but communications need to be in place at least
Release
-mmacosx-version-min=10.10/'MACOSX_DEPLOYMENT_TARGET': '10.10'in common.gypi - pending finalisation in doc: update supported platforms for Node.js 12 node#26714Test
Miscellaneous