You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating this issue so that others may find it if they come across this puzzling error all of a sudden in their build processes.
Honestly not sure what happened, as I can repro this on CI and local M2 MacBook, but the issue only appeared today after zero code changes. Not sure if this is related to an OS system update, but regardless, I have it as top priority to fix. (Wouldn't surprise me, Apple likes to do that and coincidentally my laptop updated recently. Makes sense that the macos-latest GH runners would be impacted shortly after as well)
Workaround for now that works for me locally
gem install fpm
USE_SYSTEM_FPM=true npm run your:build:command
brew install fpm also worked for me, however I think it's a very old version of fpm?
Creating this issue so that others may find it if they come across this puzzling error all of a sudden in their build processes.
Honestly not sure what happened, as I can repro this on CI and local M2 MacBook, but the issue only appeared today after zero code changes. Not sure if this is related to an OS system update, but regardless, I have it as top priority to fix. (Wouldn't surprise me, Apple likes to do that and coincidentally my laptop updated recently. Makes sense that the macos-latest GH runners would be impacted shortly after as well)
Workaround for now that works for me locally
brew install fpm
also worked for me, however I think it's a very old version offpm
?Current error logged:
CC @beyondkmp
The text was updated successfully, but these errors were encountered: