-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[safetyhook] new port #43983
base: master
Are you sure you want to change the base?
[safetyhook] new port #43983
Conversation
@microsoft-github-policy-service agree |
Is there anything I can do to fix the x64 Linux build? I'm able to build it locally with GCC v14.2, but the CI runner appears to be using v11.4 and I don't think
|
When x64-linux gcc in CI is too old, add |
The following error occurred in the usage test.
|
Co-authored-by: aixxe <[email protected]>
Co-authored-by: aixxe <[email protected]>
Co-authored-by: aixxe <[email protected]>
Co-authored-by: aixxe <[email protected]>
Co-authored-by: aixxe <[email protected]>
b0203ba
to
820604f
Compare
Ah, I've been testing with a project that calls I've added a small patch to update the install rules a bit. I contributed the initial ones upstream but it seems like I missed a couple of things. Can you take a look at this updated version and let me know if it works for you now? I'll try to get any necessary CMake changes merged upstream before switching away from draft again. |
Usage test passed with x64-windows triplet. |
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx.vcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.