-
-
Notifications
You must be signed in to change notification settings - Fork 79
Refactor GitHub Actions workflow for tests #493
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
Conversation
@ChrisRackauckas This doesn't seem to work for x86 and we could just not support that. It also seems to have issues on windows, which should be fixed before any new release is tagged. |
|
I don't think Sundials ever supported. It looks like it's trivial for Claude though since it's just some Int conversions. |
The windows is puzzling. I wonder what is going on. Maybe need to check the build logs. |
Windows works fine for me. I think there are some static .a files that are in The first thing though is to be able to reproduce this issue, but I have no issues precompiling and running tests on Windows (in UTM on my mac). I am seeing test failures though for which I will open a new issue. |
I have a feeling that the runners for windows and linux x86 are broken. Is there a way to fix these or reinstall them or something? |
In https://github.com/SciML/Sundials.jl/actions/runs/17417995538/job/49450603795, the depot points to |
That's for the runners that are running on deepsea. It's "sufficient", we should probably do some docker thing or something but it works well enough. |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.