Replies: 8 comments 36 replies
-
Something similar should have been the title and instead of 'general' discussion, it should be changed to Q&A. Currently all OS builds in GitHub are made using released stable libraries/dependencies, not just Windows and libtorrent. I think it's done like this because:
Otherwise it would be inconvenient if anyone testing a development nightly qBittorrent build would also have to constantly recheck if unreleased libtorrent is or isn't causing issues. Although it would be nice if there could be additional download options added, then wouldn't have to constantly do extra forked builds to get extra fixes. |
Beta Was this translation helpful? Give feedback.
-
Done! -> qbittorrent/qBittorrent-website#249 |
Beta Was this translation helpful? Give feedback.
-
|
@glassez @Chocobo1 It'd be helpful if I & others could have |
Beta Was this translation helpful? Give feedback.
-
@glassez @thalieht Can you confirm on linux builds that official releases use both 1.86/1.88 for Boost? Windows does & macOS is still using 1.86 for both builds since here it's still stuck on 5.0.5 |
Beta Was this translation helpful? Give feedback.
-
|
@Obegg Latest qBittorrent with latest libtorrent (RC_2_0 & RC_1_2) based Builds for (Windows) below: Latest qBittorrent https://github.com/xavier2k6/qBittorrent/actions/runs/17513515033/artifacts/3943629776 Latest qBittorrent https://github.com/xavier2k6/qBittorrent/actions/runs/17515148559/artifacts/3943979711 |
Beta Was this translation helpful? Give feedback.
-
|
CI build (https://github.com/qbittorrent/qBittorrent/actions/workflows/ci_windows.yaml?query=branch%3Amaster+event%3Apush) uses the following: Official build (qbittorrent_5.1.2_qt6_lt20_x64_setup.exe) uses the following:
According to #23237 (comment):
|
Beta Was this translation helpful? Give feedback.
-
I will create another PR to add this.
I will create another PR to rectify this. - Edit: qbittorrent/qBittorrent-website#252 |
Beta Was this translation helpful? Give feedback.
-
|
Perhaps the libtorrent 1.2.x/RC_1_2 & 2.0.x/RC_2_0 CI Builds can be segregated out into their own workflows as well as by arch. |
Beta Was this translation helpful? Give feedback.








Uh oh!
There was an error while loading. Please reload this page.
-
qBittorrent/.github/workflows/ci_windows.yaml
Line 21 in fb4b266
It grabs the release of libtorrent
2.0.11and1.2.20, not the latest commits on each branch (RC_2_0 and RC_1_2).I thought that by downloading a qBittorrent nightly build it also uses the latest commits of each version of libtorrent.
Is there a reason it's using the specific release and not latest commits from each branch?
Beta Was this translation helpful? Give feedback.
All reactions