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 (MSYS2): Configure with -DCMAKE_BUILD_TYPE=Release. #3750

Merged
merged 2 commits into from
Sep 2, 2022

Conversation

mmuetzel
Copy link
Contributor

@mmuetzel mmuetzel commented Sep 1, 2022

Explicitly set CMAKE_BUILD_TYPE to Release for the runners that use MSYS2. IIUC, None was used before because no build type was specified.

The self-tests with gcc 12 are likely to fail with this change because of #3740.

@mmuetzel
Copy link
Contributor Author

mmuetzel commented Sep 1, 2022

I erroneously assumed that some self-test would trigger the error reported in msys2/MINGW-packages#12857. But that doesn't seem to be the case.

Should the reproducer from that downstream report be added to the test suite?

@mmuetzel
Copy link
Contributor Author

mmuetzel commented Sep 1, 2022

Like suggested by @martin-frbg in #3740, I added a runner with build type None. Instead of blowing up the entire build matrix, I opted for adding a single runner with that configuration. I hope that is also good enough.

@martin-frbg
Copy link
Collaborator

Thank you. (I do not think it is necessary to add the reproducer from the msys issue, and the underlying problem appears to be in the specific compiler version rather than OpenBLAS anyway)

@martin-frbg martin-frbg merged commit 93a6e5f into OpenMathLib:develop Sep 2, 2022
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