Skip to content

Conversation

@saagarjha
Copy link
Contributor

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Xcode 11's clang doesn't match our regex:

$ clang --version Apple clang version 11.0.0 (clang-1100.0.20.17) Target: x86_64-apple-darwin19.0.0 Thread model: posix InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin 

I've updated the regex in the configure script so that it will try to match the newer one if the old one fails.

@nodejs-github-botnodejs-github-bot added the build Issues and PRs related to build files or the CI. label Jun 5, 2019
Copy link
Member

@bnoordhuisbnoordhuis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with a suggestion.

@nodejs-github-bot
Copy link
Collaborator

@lpinca
Copy link
Member

@saagarjha can you please fix the commit title?

build: fix configure script to work with Apple Clang 11 

@saagarjha
Copy link
ContributorAuthor

Fixed, thanks.

Copy link
Contributor

@refackrefack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RSLGTM

PR-URL: nodejs#28071 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann (רפאל פלחי) <[email protected]>
@refackrefack added the python PRs and issues that require attention from people who are familiar with Python. label Jun 12, 2019
@refackrefack merged commit 1f143b8 into nodejs:masterJun 12, 2019
BridgeAR pushed a commit that referenced this pull request Jun 17, 2019
PR-URL: #28071 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann (רפאל פלחי) <[email protected]>
@BridgeARBridgeAR mentioned this pull request Jun 17, 2019
@AshCripps
Copy link
Member

I suggest this gets backported to v10.x as without this change im unable to build v10 on catalina with current xcode versions.

@BethGriggs @nodejs/lts

@sam-github
Copy link
Contributor

sam-github commented Nov 12, 2019

@nodejs/lts Doesn't affect our CI, but catalina users won't be able to build v10.x without it.

Picks clean onto v10.x-staging.

BethGriggs pushed a commit that referenced this pull request Nov 19, 2019
PR-URL: #28071 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann (רפאל פלחי) <[email protected]>
@BethGriggsBethGriggs mentioned this pull request Dec 4, 2019
MylesBorins pushed a commit that referenced this pull request Dec 17, 2019
PR-URL: #28071 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann (רפאל פלחי) <[email protected]>
@BethGriggsBethGriggs mentioned this pull request Jan 7, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.pythonPRs and issues that require attention from people who are familiar with Python.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@saagarjha@nodejs-github-bot@lpinca@AshCripps@sam-github@refack@bnoordhuis@richardlau@BethGriggs