-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[argtable3] spurious build failure #12297
Comments
/cc @myd7349 |
I didn't repro this issue locally, it might due to building the example in parallel, I updated this port to latest release revision 3.1.5, let 's see if it still occur in CI testing. |
The PR has been merged, and I haven't seen this failure on CI testing, close this issue now, would reopen this issue if it occur again. |
It's a cmake bug: https://gitlab.kitware.com/cmake/cmake/-/issues/21571 |
I've modified the CMake scripts in the latest v3.2.1 release, so we can use I'm preparing a pull request to update the port to Argtable3 v3.2.1, which should resolve most of the issues. |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install argtable3:x64-uwp
(presumably)Failure logs
argtable3.zip
Additional context
This failure appears to be spurious, there are likely races in the package's build system:
The text was updated successfully, but these errors were encountered: