mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[PR #1634] CI: Improve feature checking for binary #1469
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#1469
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/1634
Author: @photovoltex
Created: 11/11/2025
Status: 🔄 Open
Base:
dev← Head:ci/improve-feature-testing📝 Commits (8)
02f4199ci: improve feature checkingbc9b12fci: separate between cross and linux only features3abe3b7ci: install required packages for windows, cache gstreamer2704eb9ci: markrodiojack-backendfeature as "not windows, yet"a771e11ci: excludewith-dns-sdfeature from windows build179672cci: only execute windows on default branchb6f4134ci: optional windows execution in PR-CI1d30fccci: wrong assumption, better label naming📊 Changes
2 files changed (+47 additions, -19 deletions)
View changed files
📝
.github/workflows/build.yml(+43 -15)📝
Cargo.toml(+4 -4)📄 Description
Simple adjustment to the ci that checks all tls features and each-feature with native-tls.
We previously had
--each-featureexecutions, but if--include-featuresis provided, each-feature will only execute for the features provided by that flag. Because of that we only testedrustls-tls-native-rootsandnative-tls.This should hopefully prevent compilation issues like:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.