Skip to content

Conversation

@blizzz
Copy link
Member

@blizzz blizzz commented Jul 11, 2023

We see the 32bit tests failing in the setup. The used image is Debian Bookworm based, and there is yet unreleased commit in setup-php that might help.

For example, failing tests setup at https://github.com/nextcloud/server/actions/runs/5509732480/jobs/10073230086?pr=39282

Screenshot_20230711_234244

@blizzz blizzz added tests Related to tests feature: 32bits Bug specific to 32bits architectures labels Jul 11, 2023
@blizzz blizzz added this to the Nextcloud 28 milestone Jul 11, 2023
@blizzz blizzz added the 3. to review Waiting for reviews label Jul 11, 2023
@blizzz blizzz marked this pull request as ready for review July 11, 2023 21:40
@blizzz blizzz requested review from a team, ArtificialOwl, SystemKeeper, come-nc and icewind1991 and removed request for a team July 11, 2023 21:40
@blizzz
Copy link
Member Author

blizzz commented Jul 11, 2023

/backport to stable27

@blizzz
Copy link
Member Author

blizzz commented Jul 11, 2023

/backport to stable26

@szaimen szaimen merged commit 329d142 into master Jul 12, 2023
@szaimen szaimen deleted the ci/noid/fix-32bit-test branch July 12, 2023 07:24
@backportbot-nextcloud
Copy link

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27

# Create the new backport branch
git checkout -b fix/foo-stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@backportbot-nextcloud
Copy link

The backport to stable26 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable26
git pull origin stable26

# Create the new backport branch
git checkout -b fix/foo-stable26

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable26

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews feature: 32bits Bug specific to 32bits architectures tests Related to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants