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

Adjust GitHub actions windows build package list #1808

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

daviesrob
Copy link
Member

Use the mingw-w64-x86_64 flavour of all packages. Add curl, so hfile_libcurl etc. build. Remove the mingw git package as git for windows is already present. Add the location of git for windows to $PATH (note this must be at the end, else the wrong shell gets picked up when running tests leading to backslash conversion issues).

Switch badge on README.md from AppVeyor to GitHub.

Use the mingw-w64-x86_64 flavour of all packages.  Add curl, so
hfile_libcurl etc. build.  Remove the mingw git package as git
for windows is already present.  Add the location of git for
windows to $PATH (note this must be at the end, else the wrong
shell gets picked up when running tests leading to backslash
conversion issues).

Switch the badge on README.md from AppVeyor to GitHub.
@jkbonfield jkbonfield merged commit b098572 into samtools:develop Jul 18, 2024
9 checks passed
@jkbonfield
Copy link
Contributor

Adding curl is important, thanks. I don't get the git thing though. Adding to path only changes builds, not clones, and the only bit of the build process using git is probably a git describe for the version. Still, it's not going to harm.

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.

2 participants