-
Notifications
You must be signed in to change notification settings - Fork 132
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
DO NOT MERGE: Test ghactions #847
Conversation
@phil-blain, GHActions stopped working this week for CICE. I'm struggling a bit, just wondering if you have any suggestions. Not that good with Mac env. The errors crop up when it's building for MPI using mpifort. The serial build using gfortran is fine. The error is on the ld step,
I have checked against a successful run last week, and it looks like nothing has changed in terms of OS versions or compiler versions. I have confirmed that /System/Library/Frameworks/Security.framework/Versions/A/Security does not exist. I don't know if it did before or not, don't know if something changed in the compiling so it's looking for it now but shouldn't. I have tried to figure out why it's looking for that directory, but don't understand that. It's not part of the "env". I have not checked (and don't know how to check) all the details about the "pkg-config" for the compilers. I have tried to google for anything that might be similar to this and haven't found any help. You can see the last successful GHActions here, https://github.com/CICE-Consortium/CICE/actions/runs/5563139398. Anyone have any ideas how to proceed? Any ideas for debugging checks to add to the workflow? |
The code builds fine on my iMac at home with OS 11.6.4. /System/Library/Frameworks/Security.framework/Versions/A/Security does not exist on my home machine either, but it doesn't complain. |
No description provided.