mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #11008] fix: disable tracerpt for debian package build #12693
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11008
State: closed
Merged: No
Changes
This PR removed dotnet package dependency from the package meta because the Microsoft official docker image no longer providing them.
This PR also disabled tracerpt for debian builds, as the
libcoreclrtraceptprovideris linking against an older version ofliblttng-ustwhich is no longer available in debian and prevents the package to be built. This lib does not affect the normal operation of jellyfin.Issues
Fixes #10970