Skip to content
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

fix: Update VcPkg to fix issue when installing Zlib #4677

Closed
wants to merge 2 commits into from

Conversation

lokitoth
Copy link
Member

@lokitoth lokitoth commented Jan 2, 2024

The current VcPkg version's port of zlib relies on a msys2 dependency to be downloaded from the web (in this case libwinpthreads), which now errors out with 404. This has not been caught by CI because we cache vcpkg artifacts to avoid a very long build-time. The fix is to upgrade vcpkg to a newer version.

Changes:

  • Updates vcpkg to release tag 2023.12.12
  • Changes the build_windows_cmake action to be manually-triggered only
  • Add .gitignore for default folder vcpkg will install to when triggered from CLI (rather than CMake)

In addition: We should consider adding a vcpkg-only test action on a schedule (or similar) to ensure that we catch these

@lokitoth lokitoth changed the title [fix] Update VcPkg to fix issue when installing Zlib fix: Update VcPkg to fix issue when installing Zlib Jan 2, 2024
* Updates vcpkg to release tag 2023.12.12
* Changes build windows cmake to be manually-triggered only
* Ignore default folder vcpkg will install to when triggered from CLI
@lokitoth
Copy link
Member Author

lokitoth commented Jan 2, 2024

Force-push to fix semantic-title check

@lokitoth
Copy link
Member Author

lokitoth commented Jan 2, 2024

Closing, since this is a duplicate (ish, later vcpkg version) of #4672

@lokitoth lokitoth closed this Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant