Fix errors from 32bits CI - #63114
Open
come-nc wants to merge 6 commits into
Open
Conversation
Contributor
Author
come-nc
force-pushed
the
fix/fix-32bits-support-35
branch
from
August 11, 2026 07:00
77604da to
45d49cd
Compare
come-nc
marked this pull request as ready for review
August 11, 2026 07:04
come-nc
requested review from
icewind1991,
leftybournes and
sorbaugh
and removed request for
a team
August 11, 2026 07:04
come-nc
force-pushed
the
fix/fix-32bits-support-35
branch
3 times, most recently
from
August 11, 2026 07:49
4a20631 to
1c9b48b
Compare
Same strategy as for snowflake ids. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Only PHP 8.4 is tested because we use our own image Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
That helps when testing locally with nektos/act Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
The ternary was reversed because of this typo. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
come-nc
force-pushed
the
fix/fix-32bits-support-35
branch
from
August 11, 2026 08:14
1c9b48b to
fe96dd9
Compare
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
come-nc
force-pushed
the
fix/fix-32bits-support-35
branch
from
August 11, 2026 09:09
6297d50 to
d9867d7
Compare
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.
Summary
Fixes failures from our 32bits CI job.
One issue was the
last_updatedfield in sharing that stores a timestamp in milliseconds into an int, which does not fit. So using string for this instead, same idea as for snowflake ids.The second issue was snowflake ids sometimes being used with
PARAM_INT_ARRAYinINquery builder function.The third one was a typo in ServerInfo which made the ternary backward.
Checklist
3. to review, feature component)stable32)AI (if applicable)