Skip to content

Fix CI tests#115

Open
akeeste wants to merge 8 commits into
WEC-Sim:devfrom
akeeste:fix_tests
Open

Fix CI tests#115
akeeste wants to merge 8 commits into
WEC-Sim:devfrom
akeeste:fix_tests

Conversation

@akeeste

@akeeste akeeste commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

This PR addresses test failures called out #114 (comment):

  • Mooring/MooringMatrix - failing on windows due to the accelerator build needing a compiler on the CI
  • OWC - license check out failing on ubuntu when PR based (ubuntu when push based and both windows pass...)
    • this passed on a rerun. May be an inconsistent issue or was resolved in some other dependency
  • Paraview/OSWEC - failing on windows due to the accelerator build needing a compiler on the CI
  • VariableHydro/variableMass - failing due to the model file sphereVarMass being in R2025a(?)

@akeeste

akeeste commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

A few references on adding the MinGW compiler to actions:

@akeeste

akeeste commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

A couple notes after looking into this more in the two matlab pages linked above:
MinGW 14.2 is supported as of R2026a
MinGW-w64 version 8.1 for R2023a and later
MinGW-w64 version 6.3 for R2018b and later
MinGW-w64 version 5.3 for R2017b through R2018a
MinGW-w64 version 4.9.2 for R2015b through R2017a

I will need to adjust the version and double check that the install location is correct

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