-
Notifications
You must be signed in to change notification settings - Fork 487
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
[Cpp] - Only exit vcpkg install early on Buster ARM64 #810
[Cpp] - Only exit vcpkg install early on Buster ARM64 #810
Conversation
2af0a34
to
0fbf2ce
Compare
@microsoft-github-policy-service agree |
0fbf2ce
to
292088f
Compare
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.
Thank you for taking the time to contribute this PR, left some clarifying questions!
Hey @tarebyte -- are you still working on this? :) I am currently running into this regression as well, where I am missing As far as I understand the modifications concerning |
I wasn't working on it 😄 But I removed the |
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.
Looks good to me, thanks!
I ran into an issue where all ARM64 OS builds are blocked even if they ship with CMake > 3.15 This appears to be a regression from #588.
Looking through the packages I think that the only OS that doesn't ship with the right CMake is Debian Buster.
This pull request updates the conditional to add back in the denylist so that other new operating systems can install
vcpkg
.I've also updated the script logic so thatVCPKG_FORCE_SYSTEM_BINARIES
is set when usingarm64
. If there is a better way to do this please let me know!Thanks!