-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
[22.x] win,build: Fix MSVS v17.14 compilation issue on v22 #58902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[22.x] win,build: Fix MSVS v17.14 compilation issue on v22 #58902
Conversation
Review requested:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update the embedder string in common.gypi
?
I assume this also works with previous versions of MSVC.
e22145e
to
dd492d0
Compare
I've updated the embedder string. Sorry for the delay with the response, but I wanted to test compiling with both 17.13 and 17.12 (on my other machine), and it works on both. |
|
Fixes: #58801 PR-URL: #58902 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Landed in d649e9a |
Fixes: #58801 PR-URL: #58902 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]>
This prevents updating VS 2022 to the latest version (v17.14), in the release CI. We had similar issues with few VS updates in the past too (17.10 and 17.12 IIRC.
Fixes: #58801