Skip to content

MinGW vs MSVC #3115

Draft
galabovaa wants to merge 1 commit into
latestfrom
msvc-mingw
Draft

MinGW vs MSVC #3115
galabovaa wants to merge 1 commit into
latestfrom
msvc-mingw

Conversation

@galabovaa

@galabovaa galabovaa commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Trying to get started on the MinGW incompatibilities brought up by @amontoison

I had some occasional failures in the julia windows test that I thought may be related.

Since we are doing a patch release I thought I would get started on this, but I am really not sure what I am doing here or how to test it

@odow have you encountered issues in the mingw case?

@galabovaa galabovaa marked this pull request as draft June 29, 2026 16:09
@galabovaa galabovaa requested a review from mathgeekcoder June 29, 2026 16:09
@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.15%. Comparing base (9713e3d) to head (071fa7b).
⚠️ Report is 43 commits behind head on latest.

Additional details and impacted files
@@           Coverage Diff           @@
##           latest    #3115   +/-   ##
=======================================
  Coverage   73.15%   73.15%           
=======================================
  Files         430      430           
  Lines      103937   103937           
  Branches    16717    16717           
=======================================
  Hits        76039    76039           
  Misses      27622    27622           
  Partials      276      276           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@odow

odow commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Trying to get started on the MinGW incompatibilities brought up by

Where were they brought up?

@odow have you encountered issues in the mingw case?

Nope. The Julia builds run fine on Windows?

@amontoison

amontoison commented Jun 29, 2026

Copy link
Copy Markdown

We got an issue in the past when we wanted to link HiGHS in Uno.
The reason is that the .cmake files generated by HiGHS expected MSVC as compiler on Windows.

Oscar probably never encountered this problem because he never built a JLL with HiGHS_jll.jl as a dependency.
The dependent package also needs to rely on a CMake build system (which is the case for Uno).

@galabovaa

Copy link
Copy Markdown
Contributor Author

Is there any chance you could give us an example to reproduce the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants