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: Add a runner (MinGW/UCRT64) that builds without Fortran compiler. #787

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

mmuetzel
Copy link
Contributor

The CLANG32 (that is now failing and has been removed) checked if SuiteSparse could be built successfully in the absence of a Fortran compiler.

This PR adds a new runner that installs a build environment where the Fortran compiler is omitted (on purpose).

The UCRT64 environment of MSYS2 uses a GNU toolchain (GCC, GNU ld, libstdc++, ...) that links against the (newer) C runtime of Windows called UCRT (Universal CRT). The latter is the main difference to the MINGW64 environment which links against the (traditional) MSVCRT.
See: https://www.msys2.org/docs/environments/

@DrTimothyAldenDavis
Copy link
Owner

So this test should bypass the failing CLANG32, while at the same time testing the no-Fortran case, right?

@DrTimothyAldenDavis
Copy link
Owner

If that's my understanding then that's a good idea to add -- thanks.

@DrTimothyAldenDavis DrTimothyAldenDavis merged commit b20fd4e into DrTimothyAldenDavis:dev2 Mar 22, 2024
25 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