mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[PR #202] [MERGED] Docker: multithreaded dependency build #245
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#245
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?
📋 Pull Request Information
Original PR: https://github.com/devgianlu/go-librespot/pull/202
Author: @peterdk
Created: 9/4/2025
Status: ✅ Merged
Merged: 9/4/2025
Merged by: @devgianlu
Base:
master← Head:multithreaded-docker-build📝 Commits (2)
e0d46cbuse -j flag2be8035fix arm64 crosscompile documentation typo📊 Changes
2 files changed (+6 additions, -6 deletions)
View changed files
📝
CROSS_COMPILE.md(+2 -2)📝
Dockerfile.build(+4 -4)📄 Description
Was crosscompiling go-librespot and noticed that it was very slow compiling ALSA. This fixes that by making it use all available cores. Also noticed a typo in the arm64 crosscompile documentation which caused a failure running the go compile command in docker.
Not sure where the linebreak fixes at the end of the files come from.... Never had that on other projects. I'll try to check if it's somehow not using
\n🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.