[codex] Add MSYS2 MinGW CI coverage#110
Draft
oconnor663 wants to merge 1 commit into
Draft
Conversation
ognevny
reviewed
Jul 7, 2026
| python -m pip --version | ||
| maturin --version | ||
| - name: Build and install from source | ||
| run: python -m pip install --no-build-isolation --no-deps --verbose . |
There was a problem hiding this comment.
required deps should be installed with pacman (the same pacboy field used above) or inside of venv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(experiment, not yet reviewed by me, Codex description below)
Summary
Add a focused MSYS2/MinGW CI job to the tests workflow so source builds are exercised under MSYS2 Python and the MinGW Rust/GCC toolchain.
The job currently runs for UCRT64 and MINGW64, installs MSYS2-packaged Python, pip, maturin, Rust, and GCC, then builds this repo from source with pip and smoke-tests the installed extension import. This is intended to catch failures like #109 where PyO3/MinGW linking breaks even though the normal Windows/MSVC path still passes.
Validation
.github/workflows/tests.ymlwith Ruby YAMLgit diff --checkThe actual MSYS2 build needs to run on GitHub Actions.