Skip to content

Commit eb5a38e

Browse files
authored
Update to latest xcode version (#12332)
The xcode version is only really used when we want to do native clang build, and we recent ran into issues of compatiblity between our clang-12 binary and linker that is part of xcode 9.0.0. We were seeing clang pass `-platform_version` to the linker which is not a supported linker flag in xcode 9.0.0. I'm not sure exactly how this ever worked to why it broke in the last couple of days. Fixes: #12331
1 parent 0014175 commit eb5a38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ executors:
1818
EMSDK_NOTTY: "1"
1919
PYTHON_BIN: "python3"
2020
macos:
21-
xcode: "9.0"
21+
xcode: "12.2.0"
2222

2323
commands:
2424
emsdk-env:

0 commit comments

Comments
 (0)