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

win32: ensure that the MSVC build doesn't terminate when MinGW fails #2018

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

DHowett
Copy link
Collaborator

@DHowett DHowett commented Nov 21, 2023

For matrix-strategy builds, GitHub actions will terminate all related matrix legs when one of them fails.

Disabling fail-fast knocks this behavior off.

For `matrix`-strategy builds, GitHub actions will terminate all related
matrix legs when one of them fails.

Disabling `fail-fast` knocks this behavior off.
@kientzle
Copy link
Contributor

A-ha! That would explain the MSVC builds getting cancelled. Thanks for tracking this down!

@kientzle kientzle merged commit a5507b9 into libarchive:master Nov 21, 2023
17 of 19 checks passed
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