Skip to content

Commit 3e0daf6

Browse files
committed
Revert "build: update minimum Xcode version for macOS"
This reverts commit 9f830f3. Ref: nodejs#29622 Ref: nodejs#29493 Node.js build infrastructure is not prepared to release 13.x on anything but Xcode 8 on macOS 10.11.
1 parent 425357a commit 3e0daf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILDING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Depending on the host platform, the selection of toolchains may vary.
161161
| ---------------- | -------------------------------------------------------------- |
162162
| Linux | GCC >= 6.3 |
163163
| Windows | Visual Studio >= 2017 with the Windows 10 SDK on a 64-bit host |
164-
| macOS | Xcode >= 10 (Apple LLVM >= 10) |
164+
| macOS | Xcode >= 8 (Apple LLVM >= 8) |
165165

166166
### Official binary platforms and toolchains
167167

@@ -170,7 +170,7 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
170170
| Binary package | Platform and Toolchain |
171171
| --------------------- | ------------------------------------------------------------------------ |
172172
| aix-ppc64 | AIX 7.1 TL05 on PPC64BE with GCC 6 |
173-
| darwin-x64 (and .pkg) | macOS 10.11, Xcode Command Line Tools 10 with -mmacosx-version-min=10.10 |
173+
| darwin-x64 (and .pkg) | macOS 10.11, Xcode Command Line Tools 8 with -mmacosx-version-min=10.10 |
174174
| linux-arm64 | CentOS 7 with devtoolset-6 / GCC 6 |
175175
| linux-armv7l | Cross-compiled on Ubuntu 16.04 x64 with [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools) |
176176
| linux-ppc64le | CentOS 7 with devtoolset-6 / GCC 6 <sup>[7](#fn7)</sup> |
@@ -259,7 +259,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
259259

260260
#### macOS prerequisites
261261

262-
* Xcode Command Line Tools >= 10 for macOS
262+
* Xcode Command Line Tools >= 8 for macOS
263263
* Python (see note above)
264264
* Python 2.7
265265
* Python 3.5, 3.6, and 3.7 are experimental.

0 commit comments

Comments
 (0)