-
Notifications
You must be signed in to change notification settings - Fork 5
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
Pulled latest, vcpkg fails to build #1149
Comments
Adding this for context since the workflow dispatch seems to work but local compilation still fails. Further investigation points to "missing versioning field". Adding
|
Thought I'd link to the documentation for Noticed this comment for the
|
I'm curious if this is still an issue, or was a temporary problem as |
Pulled latest on vcpkg and nas2d-core. Still doesn't work. Same issues. |
May be unrelated, though I noticed your logs showed a Win32 Debug build. The CI workflow only does Release builds. Doing a CI run with Debug mode does show a failure for Win32 Debug. The error message doesn't match your logs though, so may be unrelated. Still, it is curious that one configuration failed. https://github.com/lairworks/nas2d-core/actions/runs/11865258795/job/33070125347
Might be a good idea to check if the reported build failure applies to all configurations, or only that one configuration. I don't have a working Windows VM right now, so the only easy way I have to test this is through the CI builds. |
Just for completeness, Release builds (both x86 and x64) also fail immediately with the same errors. |
The local build regardless of configuration is still broken with same vcpkg errors, but a new symptom popped up: The Github actions for linux/unix builds actually ran but failed after 2 minutes because they could not find a remote branch named "main". |
I just took a look at your fork: I see the build failure:
That error is likely related to recent work for: In particular, the changes that moved the Docker image from DockerHub to the GitHub registry:
Note the Edit: Oh, I see that workflow also tried to run, and also failed:
I'll take a look. Should maybe move this discussion to the other issue. Edit: Oh, got it. Your fork still uses |
Pulling latest on
master
and attempting to build throws a bunch of vcpkg errors, (I pulled latest onvcpkg
as well) :The text was updated successfully, but these errors were encountered: