[PR #202] [MERGED] Docker: multithreaded dependency build #245

Closed
opened 2026-02-28 14:26:23 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: multithreaded-docker-build


📝 Commits (2)

  • e0d46cb use -j flag
  • 2be8035 fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/devgianlu/go-librespot/pull/202 **Author:** [@peterdk](https://github.com/peterdk) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@devgianlu](https://github.com/devgianlu) **Base:** `master` ← **Head:** `multithreaded-docker-build` --- ### 📝 Commits (2) - [`e0d46cb`](https://github.com/devgianlu/go-librespot/commit/e0d46cb153efc0deb1fa7d52edbaa3aeb92b41c8) use -j flag - [`2be8035`](https://github.com/devgianlu/go-librespot/commit/2be80353acf46e122945d8a6596cdf5606a19a53) fix arm64 crosscompile documentation typo ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `CROSS_COMPILE.md` (+2 -2) 📝 `Dockerfile.build` (+4 -4) </details> ### 📄 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` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:26:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-librespot#245
No description provided.