aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2025-09-27 16:41:01 -0600
committerCody Robibero <cody@robibe.ro>2025-09-27 16:41:01 -0600
commitb9c96f3d2c722fd210cec0694d257b0296d13964 (patch)
tree0102afcf617c96b3bf4a79561092717e121aa090 /.github
parent08f9b932ac8f51530a437c69ac2422a38a66e45f (diff)
Revert "Add Jellyfin.CodeAnalysis project to abi diff (#14875)"
This reverts commit 526ec8330557246e5eeab3e9a8ff23eb2be930ae.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-compat.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-compat.yml b/.github/workflows/ci-compat.yml
index 94d54ecee..702dd29b8 100644
--- a/.github/workflows/ci-compat.yml
+++ b/.github/workflows/ci-compat.yml
@@ -105,7 +105,7 @@ jobs:
run: |
{
echo 'body<<EOF'
- for file in Jellyfin.Data.dll MediaBrowser.Common.dll MediaBrowser.Controller.dll MediaBrowser.Model.dll Emby.Naming.dll Jellyfin.Extensions.dll Jellyfin.MediaEncoding.Keyframes.dll Jellyfin.Database.Implementations.dll Jellyfin.CodeAnalysis.dll; do
+ for file in Jellyfin.Data.dll MediaBrowser.Common.dll MediaBrowser.Controller.dll MediaBrowser.Model.dll Emby.Naming.dll Jellyfin.Extensions.dll Jellyfin.MediaEncoding.Keyframes.dll Jellyfin.Database.Implementations.dll; do
COMPAT_OUTPUT="$( { apicompat --left ./abi-base/${file} --right ./abi-head/${file}; } 2>&1 )"
if [ "APICompat ran successfully without finding any breaking changes." != "${COMPAT_OUTPUT}" ]; then
printf "\n${file}\n${COMPAT_OUTPUT}\n"