-
Notifications
You must be signed in to change notification settings - Fork 110
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
MacOS workflow is broken #712
Comments
After a lot of trial and error, I was able to get it to run - but with using a previous version of macOS (11) and by removing the gcovr install step - 61384a5. But this solution is not ideal. We want to continue to use the latest macOS. Try some other tests... |
Let's start over using macos-latest:
Hmmm. Will continue tomorrow... |
Yes I just saw this on g2. Change gfortran-9 to gfortran-12. I also had to rebuild the caches, which I do by just adding "-1" to the cache key. See https://github.com/NOAA-EMC/NCEPLIBS-g2/pull/322/files |
Added the '-fallow-argument-mismatch' flag to the ESMF build (7a6c930). The ESMF build was successful. But then the NCEPLIBS build failed: https://github.com/GeorgeGayno-NOAA/UFS_UTILS/actions/runs/3431897877/jobs/5720818549 Here is the error: error: implicit declaration of function 'times' is invalid in C99 [-Werror,-Wimplicit-function-declaration] NCEPLIBS team (@edwardhartnett et. al), how do you build with newer versions of gnu? |
Did Kyle switch the NCEPLIBS build to use spack for UFS_UTILS? |
No. But @aerorahul said he would help. |
Turn off "gcovr" and drop down to macOS-11 from macOS-latest. Part of #712.
The broken workflows will be fixed under #719. Closing. |
Over the past month, the MacOS CI workflows have been breaking. I first noticed it in my fork. Then they started breaking after a PR was issued. Here is the error.
https://github.com/ufs-community/UFS_UTILS/actions/runs/3413598831/jobs/5680502313
Needs to be fixed before any merges can be performed.
The text was updated successfully, but these errors were encountered: