| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM with a suggestion.
Sorry, something went wrong.
Sorry, something went wrong.
|
@saagarjha can you please fix the commit title? build: fix configure script to work with Apple Clang 11 |
Sorry, something went wrong.
|
Fixed, thanks. |
Sorry, something went wrong.
There was a problem hiding this comment.
RSLGTM
Sorry, something went wrong.
PR-URL: nodejs#28071 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com>
PR-URL: #28071 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com>
|
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 |
Sorry, something went wrong.
|
@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. |
Sorry, something went wrong.
PR-URL: #28071 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com>
PR-URL: #28071 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Xcode 11's clang doesn't match our regex:
I've updated the regex in the configure script so that it will try to match the newer one if the old one fails.