mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 16:25:52 +03:00
[PR #1318] [MERGED] Update hyper-rustls to 0.27 and adjust CI workflow #1335
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#1335
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/1318
Author: @yubiuser
Created: 8/29/2024
Status: ✅ Merged
Merged: 9/5/2024
Merged by: @roderickvd
Base:
dev← Head:hyper📝 Commits (3)
3e85d77Update hyper-rustls to 0.27.28f0c7b2Install NASM on Windows CI job78a8c61Don't use 'cross' for cross-compilation📊 Changes
5 files changed (+145 additions, -28 deletions)
View changed files
➕
.cargo/config.toml(+3 -0)📝
.github/workflows/test.yml(+15 -3)📝
.gitignore(+0 -1)📝
Cargo.lock(+126 -23)📝
core/Cargo.toml(+1 -1)📄 Description
Updates
hyper-rustls> 0.27 changed it's backend toaws-lc-rswhich requires changes to the build environment.NASMcross.crosssetups a docker based build environment and despite trying hard I could not get it building the armv7 binary (mainly, becausebindgenis required to buildaws-lc-rswhich could not be build successful within the container). Therefore, I decided to replacecrosswith native cargo cross-compilation support which is not only faster, easier to debug but also got the binary build easily.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.