mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Reimplement ABI check in GitHub Actions #5514
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joshuaboniface on GitHub (Mar 9, 2024).
https://github.com/jellyfin/jellyfin/pull/11121 has removed the previous ABI checking done by Azure Pipelines.
We'll need to add a new ABI check implemented in GitHub Actions to replace it, if we have not done so already.
I think that was the only thing other than unstable builds that it removed but please feel free to correct.
@TimGels commented on GitHub (Mar 9, 2024):
@joshuaboniface I assume this is something that needs to be done before 10.9 release? I will add it to the 10.9 board. Let me know if it is not something that needs to be done for 10.9 so I, or you, can remove it from that board.