mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 06:05:54 +03:00
[GH-ISSUE #1964] Test fails on ppc64le and s390x #234
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#234
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mcepl on GitHub (May 15, 2025).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1964
When packaging new version 1.52.2 of the package for openSUSE/Tumbleweed (the tarball from the GitHub release). Tests pass on
x86_64, but fail both onppc64leands390x. The problem is that I have no idea how to debug this at all. The only thing I see in that log is one line:I have no idea, what’s going on. Could you help me debug this issue somehow?
build log for x86_64
build log for ppc64le
build log for s390x
build log for armv7l
@mcepl commented on GitHub (May 15, 2025):
OK, so the problem is in the Golang tooling.
go mod vendorconsiders only requirements for building the package, not requirements for the testing of them. Whengo.modwas updated with this patch, then all tests pass even on those non-Intel platforms.