mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #601] Build failing on arm in void linux #1287
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1287
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 @bougyman on GitHub (Nov 5, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/601
Describe the bug
After updating to 0.20.0, arm (6 and 7) builds are now failing for the spotify-player package
To Reproduce
These builds are automated in void-linux github actions. To reproduce simply create a PR updating
the version to 0.20.0
https://github.com/void-linux/void-packages/actions/runs/11687808367/job/32546762512
https://github.com/void-linux/void-packages/actions/runs/11631015422/job/32391178874
Expected behaviour
The build to succeed
Log and backtrace
We don't get to this point, since the build is failing. Build output in the 2 jobs above
Please refer to this URL for more details.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
spotify_playerAdditional context
Add any other context about the problem here.
@aome510 commented on GitHub (Nov 6, 2024):
Might be related to https://github.com/aome510/spotify-player/issues/596. Not sure how the build process works for void-linux but can you try to build with the latest
master?@rlees85 commented on GitHub (Nov 19, 2024):
Make sure LTO is disabled for the build- however you do that in void linux.
@aome510 commented on GitHub (Nov 30, 2024):
Should be fixed with latest
master