mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-25 21:05:47 +03:00
[PR #234] [MERGED] New cross-compilation setup with vcpkg #262
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#262
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/234
Author: @devgianlu
Created: 10/16/2025
Status: ✅ Merged
Merged: 10/16/2025
Merged by: @devgianlu
Base:
master← Head:new-cross📝 Commits (2)
129390achore: add vcpkg4d7204dchore: 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.