Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Suppress Rust warnings in GPUI workflow

Set RUSTFLAGS=-A warnings in GITHUB_ENV for the gpui job so Rust
warnings are allowed/suppressed during the package.sh build step

+3
+3
.github/workflows/release-gpui.yml
··· 49 49 - name: Install protobuf 50 50 run: brew install protobuf 51 51 52 + - name: Skip Rust Warnings 53 + run: echo "RUSTFLAGS=-A warnings" >> $GITHUB_ENV 54 + 52 55 - name: Build and package 53 56 run: bash package.sh 54 57 working-directory: gpui