[PR #15924] [MERGED] Fixed issue with ABI Compatability - Difference not completing #14462

Closed
opened 2026-02-07 07:30:13 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15924
Author: @PeachesMLG
Created: 1/1/2026
Status: Merged
Merged: 1/2/2026
Merged by: @crobibero

Base: masterHead: fix_api_compat


📝 Commits (1)

  • a1231cb Fixed issue with ABI Compatability - Difference not completing

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/ci-compat.yml (+1 -1)

📄 Description

Changes
When there are differences in the api file, we return exit code 1 and terminate the execution which results in an invalid file being generated and no EOF deliminater.

This simply adds a || true to prevent it exiting early

Fixes issues found in other PR's e.g.:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/15924 **Author:** [@PeachesMLG](https://github.com/PeachesMLG) **Created:** 1/1/2026 **Status:** ✅ Merged **Merged:** 1/2/2026 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix_api_compat` --- ### 📝 Commits (1) - [`a1231cb`](https://github.com/jellyfin/jellyfin/commit/a1231cb6c301bad93c2b836d9bb826986119242f) Fixed issue with ABI Compatability - Difference not completing ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci-compat.yml` (+1 -1) </details> ### 📄 Description **Changes** When there are differences in the api file, we return exit code 1 and terminate the execution which results in an invalid file being generated and no EOF deliminater. This simply adds a `|| true` to prevent it exiting early Fixes issues found in other PR's e.g.: * https://github.com/jellyfin/jellyfin/pull/15921 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:30:13 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14462