File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 88# The compiled binaries will be located in /tmp/librespot-build
99#
1010# If only one architecture is desired, cargo can be invoked directly with the appropriate options :
11- # $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --no-default-features --features "alsa-backend with-libmdns"
12- # $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --target arm-unknown-linux-gnueabihf --no-default-features --features "alsa-backend with-libmdns"
13- # $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --target arm-unknown-linux-gnueabi --no-default-features --features "alsa-backend with-libmdns"
14- # $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --target aarch64-unknown-linux-gnu --no-default-features --features "alsa-backend with-libmdns"
11+ # $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --no-default-features --features "alsa-backend with-libmdns rustls-tls-native-roots "
12+ # $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --target arm-unknown-linux-gnueabihf --no-default-features --features "alsa-backend with-libmdns rustls-tls-native-roots "
13+ # $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --target arm-unknown-linux-gnueabi --no-default-features --features "alsa-backend with-libmdns rustls-tls-native-roots "
14+ # $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --target aarch64-unknown-linux-gnu --no-default-features --features "alsa-backend with-libmdns rustls-tls-native-roots "
1515
1616FROM debian:bookworm
1717
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ PI1_LIB_DIRS=(
1414export RUSTFLAGS=" -C linker=$PI1_TOOLS_DIR /bin/arm-linux-gnueabihf-gcc ${PI1_LIB_DIRS[*]/#/ -L} "
1515export BINDGEN_EXTRA_CLANG_ARGS=--sysroot=$PI1_TOOLS_SYSROOT_DIR
1616
17- cargo build --release --target arm-unknown-linux-gnueabihf --no-default-features --features " alsa-backend with-libmdns"
17+ cargo build --release --target arm-unknown-linux-gnueabihf --no-default-features --features " alsa-backend with-libmdns rustls-tls-native-roots "
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -eux
33
4- cargo build --release --no-default-features --features " alsa-backend with-libmdns"
5- cargo build --release --target aarch64-unknown-linux-gnu --no-default-features --features " alsa-backend with-libmdns"
6- cargo build --release --target arm-unknown-linux-gnueabihf --no-default-features --features " alsa-backend with-libmdns"
7- cargo build --release --target arm-unknown-linux-gnueabi --no-default-features --features " alsa-backend with-libmdns"
4+ cargo build --release --no-default-features --features " alsa-backend with-libmdns rustls-tls-native-roots "
5+ cargo build --release --target aarch64-unknown-linux-gnu --no-default-features --features " alsa-backend with-libmdns rustls-tls-native-roots "
6+ cargo build --release --target arm-unknown-linux-gnueabihf --no-default-features --features " alsa-backend with-libmdns rustls-tls-native-roots "
7+ cargo build --release --target arm-unknown-linux-gnueabi --no-default-features --features " alsa-backend with-libmdns rustls-tls-native-roots "
You can’t perform that action at this time.
0 commit comments