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

ci: use GitHub's updated version of MinGW #63

Merged
merged 1 commit into from
Jun 23, 2022

Conversation

abrown
Copy link
Contributor

@abrown abrown commented Jun 16, 2022

Now that actions/runner-images#5729 has
merged, GitHub runners using windows-latest (i.e., Windows 2022)
should have a later version of MinGW (i.e., 11.2.0) that solves the
build issues observed in this repository. Recall that the strnlen_s
function is not available on older versions of MinGW but was necessary
to compile the C library. With this change, CI will use GitHub's MinGW
version instead of manually installing a new one.

Now that actions/runner-images#5729 has
merged, GitHub runners using `windows-latest` (i.e., Windows 2022)
should have a later version of MinGW (i.e., 11.2.0) that solves the
build issues observed in this repository. Recall that the `strnlen_s`
function is not available on older versions of MinGW but was necessary
to compile the C library. With this change, CI will use GitHub's MinGW
version instead of manually installing a new one.
@abrown
Copy link
Contributor Author

abrown commented Jun 16, 2022

This workflow should be re-run sometime around June 27th; see actions/runner-images#5530 (comment).

@abrown abrown merged commit 5b3410b into intel:master Jun 23, 2022
@abrown abrown deleted the use-upstream-mingw branch June 23, 2022 22:58
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