Replies: 4 comments 2 replies
-
I'm not an expert on FreeBSD, but as far as I understand, this is how it works: for each major version of FreeBSD there's a package repository. This repository is for a given ABI version, i.e. the same as the major version. The major version (13) is supported for five years, but the point version (13.2) is only supported for three months [1]. The package repository only contains packages compiled for the most recent point version. But as far as I know all point versions are binary compatible. If you look here [2], you can see that for FreeBSD 13, the currently supported point version is 13.3. The error message says: Unfortunately this is not something this GitHub action can do anything about. Upstream breaks its users. You have a couple of options:
[1] https://www.freebsd.org/security/#model |
Beta Was this translation helpful? Give feedback.
-
NetBSD doesn't work because it's looking for version To fix this, make the value an explicit string by adding quotes: [1] madebr/SDL@eea66b3#diff-ef1bf491dca9f19ea103f67e323142f68c9f7cf79c699282d0ed931ee3107a83R23 [2] https://github.com/cross-platform-actions/action?tab=readme-ov-file#inputs |
Beta Was this translation helpful? Give feedback.
-
Support for FreeBSD 14.1 has not been released yet, it's only in master so far. The readme is always for master. |
Beta Was this translation helpful? Give feedback.
-
Thanks Jacob for the fast and correct feedback! If they don't worry about breaking backwards compatibility, then porting our internals will be much easier if we don't have to worry about older revisions. |
Beta Was this translation helpful? Give feedback.
-
Hello!
Since today, our ci fails to setup FreeBSD with the following message:
Does anyone know how to fix this?
https://github.com/libsdl-org/SDL/actions/runs/9881928988/job/27293745437#step:3:115
Updating to latest cross-platform-actions/action, NetBSD and FreeBSD to the latest gives different problems.
A fix for those would be appreciated as well :)
FreeBSD 14.1: https://github.com/madebr/SDL/actions/runs/9882498559/job/27295474947#step:3:57
NetBSD 10: https://github.com/madebr/SDL/actions/runs/9882498559/job/27295475506#step:3:39
Beta Was this translation helpful? Give feedback.
All reactions