-
Notifications
You must be signed in to change notification settings - Fork 111
Closed as not planned
Description
I just encountered a situation where fpm stopped working in the MacOS CI on one of my projects. Apparently GitHub recently changed the MacOS CI environment to no longer include one of the older gfortran run-time libraries that the fpm release is apparently dynamically linked against. We should probably make it standard practice that the fpm executable available from the release page is fully self-contained (e.g. fully static linked) to prevent things like this from breaking.
On a side note, it may also be desirable for the fpm action to test that fpm works correctly once installed. I'll open an issue on that repo to track it there.
FYI, the immediate workaround is to add brew install gcc@9
to any MacOS CI scripts that need to execute fpm.
Metadata
Metadata
Assignees
Labels
No labels