mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #1333] [MERGED] Remove .cargo/config.toml and set link compiler on CI with CARGO_TARGET_<triple>_LINKER #1342
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#1342
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/librespot-org/librespot/pull/1333
Author: @yubiuser
Created: 9/10/2024
Status: ✅ Merged
Merged: 9/13/2024
Merged by: @roderickvd
Base:
dev← Head:revert📝 Commits (4)
5abcdbeRemove .cargo/config.toml and set link compiler on CI with CARGO_TARGET__LINKER3f529c6Run windows and cross builds parallel to linux testsf2d6b25Underscoreb3af5b4Don't hard-code ${{ matrix.target }}📊 Changes
3 files changed (+19 additions, -8 deletions)
View changed files
➖
.cargo/config.toml(+0 -3)📝
.github/workflows/test.yml(+18 -5)📝
.gitignore(+1 -0)📄 Description
PR https://github.com/librespot-org/librespot/pull/1318 changed the workflow for cross-compiling from
crossto nativcargocross compiling. To set the correct linker,.cargo/config.tomlwas used. However, this has unexpected consequences for native builds on armv7 using another compiler. Seegithub.com/librespot-org/librespot@78a8c61f85 (commitcomment-146451253)This PR reverts the addition of
.cargo/config.tomland sets the linker on CI withCARGO_TARGET_<triple>_LINKERenv.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.