| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
RSLGTM
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/53228 ✔ Done loading data for nodejs/node/pull/53228 ----------------------------------- PR info ------------------------------------ Title build: find version of Clang installed on Windows (#53228) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch StefanStojanovic:huseyin-12229-implement-clang-version-detection -> nodejs:main Labels doc, windows, install, build, tools, needs-ci Commits 1 - build: find version of Clang installed on Windows Committers 1 - StefanStojanovic PR-URL: https://github.com/nodejs/node/pull/53228 Refs: https://github.com/nodejs/node/issues/52809 Reviewed-By: Michaël Zasso ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/53228 Refs: https://github.com/nodejs/node/issues/52809 Reviewed-By: Michaël Zasso -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 31 May 2024 10:45:42 GMT ✔ Approvals: 1 ✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/53228#pullrequestreview-2090704833 ✘ This PR needs to wait 97 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-06-03T08:23:03Z: https://ci.nodejs.org/job/node-test-pull-request/59632/ - Querying data for job/node-test-pull-request/59632/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/9347653198 |
Sorry, something went wrong.
PR-URL: nodejs#53228 Refs: nodejs#52809 Reviewed-By: Michaël Zasso <targos@protonmail.com>
| Back | FazBrowse Home | New Git URL |
As discussed, we want to be able to fetch the version of the installed ClangCL dynamically, so we do not keep it hardcoded. This change takes an initial step in that direction. For now, we require Clang to be installed from a Visual Studio installation as an individual component. Later, once we finish adding support for Clang on Windows, we should aim to improve this by allowing users to install Clang themselves and use it Node.js.
This approach uses the vswhere_usability_wrapper.cmd to ensure that required components are installed when compiling with Clang.
Refs: #52809