-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update SABnzbd to 3.6.0 #5307
Update SABnzbd to 3.6.0 #5307
Conversation
- build 7za only (the default target) - avoid definition of duplicate flags - avoid build of shared libraries (prevent build of executable in lib/p7zip and creation of links in bin folder)
@Safihre was sabnzbd ever able to use |
It was always able to find it, somehow it was in the |
Ah, before it found:
Now it finds:
Thanks @hgy59 |
@th0ma7 For some reason the build fails on |
Right, the problem is in Strange, because after |
@th0ma7 Seems we made a mistake, the But, it still doesn't work 😢 Seems maybe the problem is this latest pip version.. |
If I recall the only pip being installed as "latest" is at package installation time. |
EDIT: And btw, |
No, that's not what happens. Check the build logs and it can be seen in the content of If we want to control exact the pip version, we should use I think we should also really apply my patch for setuptools and wheel: Safihre@c734828 But it all still doesn't fix cryptography.. If I rerun my exact old build that once succeeded (so not a single line of code changed) it now fails.. So something changed upstream. Original build (success): https://github.com/Safihre/spksrc/actions/runs/2474706131/attempts/1 |
Ok, fixed it! |
* Only the 7za binary is relevant for p7zip * Update SABnzbd to 3.6.0 * adjust cross/p7zip - build 7za only (the default target) - avoid definition of duplicate flags - avoid build of shared libraries (prevent build of executable in lib/p7zip and creation of links in bin folder) Co-authored-by: hgy59 <[email protected]>
Update SABnzbd to 3.6.0.
I also limited the size of the
cross/p7zip
dependency, which is only used by SABnzbd.