fix: exclude all external libs - #33
Merged
Merged
Conversation
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
msclock
force-pushed
the
fl/link-python
branch
from
December 12, 2025 07:07
3383b87 to
c012ab7
Compare
msclock
force-pushed
the
fl/link-python
branch
2 times, most recently
from
December 12, 2025 07:27
29457a8 to
8e8185b
Compare
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
msclock
force-pushed
the
fl/link-python
branch
from
December 12, 2025 07:35
8e8185b to
267189d
Compare
msclock
force-pushed
the
fl/link-python
branch
2 times, most recently
from
December 12, 2025 08:33
9501a8a to
267189d
Compare
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
huxuan
enabled auto-merge (squash)
December 12, 2025 09:20
huxuan
disabled auto-merge
December 12, 2025 09:20
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
huxuan
enabled auto-merge (squash)
December 12, 2025 09:33
huxuan
approved these changes
Dec 12, 2025
Contributor
|
🎉 This PR is included in version 0.1.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolve #32
Before it packed all ffmpeg so libs into agibot_videodataset.libs and libavcodec.so depends on libpyhton3.6m from builtin system. This change excludes all libs and enable _decoder module to resolve ffmpeg so libs from the host system.