-
Notifications
You must be signed in to change notification settings - Fork 2k
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
change FreeBSD CI runner #8437
Comments
Yes please! :) |
The FreeBSD VM has been driving me nuts for awhile now, so I'm fine with this, but I'll defer to whatever @madebr thinks about this. |
My current patch for SDL3: My current patch for SDL2 / release-2.28.x: |
Your patches look perfect :) |
Run times are long, but nothing to do about that. Pulling them in now. |
Patches are in in all active branches. Closing. |
The current vmactions is a bootlooping disaster :
vmactions/freebsd-vm#74
.. and our CI runs timeout-fail most times.
mpv-player project seems to have switched to using
cross-platform-actions for freebsd:
mpv-player/mpv@71a497d
.. and its follow-up commits:
mpv-player/mpv@36403e5
mpv-player/mpv@48ac521
I tried doing this:
I got a failure at first run attempt:
But the second re-run succeeded build:
https://github.com/sezero/SDL/actions/runs/6643692249/job/18051835012
.. but finally failed in Tearing down VM phase with:
Error: The process '/usr/bin/rsync' failed with exit code 255
Lastly, I switched runner machine to ubuntu-latest instead of macos-12:
.. and it built successfully:
https://github.com/sezero/SDL/actions/runs/6644052305/job/18052361726
@libsdl-org/a-team: What do you guys think?
The text was updated successfully, but these errors were encountered: