-
-
Couldn't load subscription status.
- Fork 4.6k
[stable25] fix NC25 for 32-bit #34905
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
Conversation
Signed-off-by: szaimen <szaimen@e.mail.de>
|
Does this mean 32-bit is still supported @szaimen ? |
Only for 25. NC26 has the compatibility officially removed. |
|
@szaimen Thank you, I've seen it. I want to know if this fix means 32-bit support is now available in nc25 or not. |
|
The fix will be available in 25.0.2 |
|
Problem still here after an upgrade from 25.0.1. From the log file:
|
|
Fixed by changing the Quota.
|
@lapineige I got the same error after the upgrade to NC 25.0.2. I solved replacing "int" with "float" into the file Quota.php, as following
|
|
The formatting is broken but I managed to find those lines. Thanks a lot ! 🎉 |
|
Just for completeness, as already mentioned in #34674 I managed to get a quick and dirty 32 Bit CI running at https://github.com/j-be/nextcloud-ci and even though there are definitely false positives in there, there is also a very distinct hint to the Quota thingy reported above as: There are 11 |
Resolves the issue reported here: #34905 (comment) Signed-off-by: MichaIng <micha@dietpi.com>
|
PR up to fix 32-bit support for NC25 with quota enabled: #35832 |
|
Replaced by #35734 |
|
@come-nc Sorry for the delay, christmas and stuff. I ran the CI against
But what I didn't notice previously: There are some "errors" in i386 which apparently do NOT cause test failures: If you want to run the CI yourself: Just clone https://github.com/j-be/nextcloud-ci/ and assuming you have Docker up and running anyway do If you want to do anything else with it: feel free, it is MIT licensed on purpose. I'll see if I can somehow upload the reports to gh-pages. |
|
I managed to upload the reports to GitHub pages, see https://j-be.github.io/nextcloud-ci/ When accessing, please keep in mind, that gh-pages does heavy caching. |
Close #34674
Signed-off-by: szaimen szaimen@e.mail.de