[PR #234] [MERGED] New cross-compilation setup with vcpkg #262

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

📋 Pull Request Information

Original PR: https://github.com/devgianlu/go-librespot/pull/234
Author: @devgianlu
Created: 10/16/2025
Status: Merged
Merged: 10/16/2025
Merged by: @devgianlu

Base: masterHead: new-cross


📝 Commits (2)

  • 129390a chore: add vcpkg
  • 4d7204d chore: overhaul cross-compilation helper

📊 Changes

17 files changed (+222 additions, -160 deletions)

View changed files

📝 .github/workflows/release.yml (+7 -44)
📝 .gitignore (+6 -0)
📝 CROSS_COMPILE.md (+14 -70)
📝 Dockerfile.build (+29 -46)
crosscompile.sh (+67 -0)
vcpkg-configuration.json (+17 -0)
vcpkg-triplets/arm-linux-rpi.cmake (+5 -0)
vcpkg-triplets/arm-linux.cmake (+5 -0)
vcpkg-triplets/arm64-linux.cmake (+5 -0)
vcpkg-triplets/base-linux.cmake (+5 -0)
vcpkg-triplets/toolchains/arm-linux-rpi.cmake (+9 -0)
vcpkg-triplets/toolchains/arm-linux.cmake (+12 -0)
vcpkg-triplets/toolchains/arm64-linux.cmake (+12 -0)
vcpkg-triplets/toolchains/base-linux.cmake (+6 -0)
vcpkg-triplets/toolchains/x64-linux.cmake (+12 -0)
vcpkg-triplets/x64-linux.cmake (+5 -0)
vcpkg.json (+6 -0)

📄 Description

Simplify cross-compilation setup by using vcpkg to build native dependencies.


🔄 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/234 **Author:** [@devgianlu](https://github.com/devgianlu) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@devgianlu](https://github.com/devgianlu) **Base:** `master` ← **Head:** `new-cross` --- ### 📝 Commits (2) - [`129390a`](https://github.com/devgianlu/go-librespot/commit/129390a9617b378c11f8674e1e560f4a436035a3) chore: add vcpkg - [`4d7204d`](https://github.com/devgianlu/go-librespot/commit/4d7204d7b61faeba36dbefb3a0bcfa03bd629b30) chore: overhaul cross-compilation helper ### 📊 Changes **17 files changed** (+222 additions, -160 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+7 -44) 📝 `.gitignore` (+6 -0) 📝 `CROSS_COMPILE.md` (+14 -70) 📝 `Dockerfile.build` (+29 -46) ➕ `crosscompile.sh` (+67 -0) ➕ `vcpkg-configuration.json` (+17 -0) ➕ `vcpkg-triplets/arm-linux-rpi.cmake` (+5 -0) ➕ `vcpkg-triplets/arm-linux.cmake` (+5 -0) ➕ `vcpkg-triplets/arm64-linux.cmake` (+5 -0) ➕ `vcpkg-triplets/base-linux.cmake` (+5 -0) ➕ `vcpkg-triplets/toolchains/arm-linux-rpi.cmake` (+9 -0) ➕ `vcpkg-triplets/toolchains/arm-linux.cmake` (+12 -0) ➕ `vcpkg-triplets/toolchains/arm64-linux.cmake` (+12 -0) ➕ `vcpkg-triplets/toolchains/base-linux.cmake` (+6 -0) ➕ `vcpkg-triplets/toolchains/x64-linux.cmake` (+12 -0) ➕ `vcpkg-triplets/x64-linux.cmake` (+5 -0) ➕ `vcpkg.json` (+6 -0) </details> ### 📄 Description Simplify cross-compilation setup by using vcpkg to build native dependencies. --- <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:27 +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#262
No description provided.