Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ
radio rust tokio web-radio command-line-tool tui

ci: add libsystemd0 dependency

Changed files
+14
.fluentci
src
dagger
+14
.fluentci/src/dagger/jobs.ts
··· 71 "libasound2-dev:armhf", 72 "libdbus-1-dev:armhf", 73 "libdbus-1-3:armhf", 74 "libasound2:arm64", 75 "libasound2-dev:arm64", 76 "libdbus-1-dev:arm64", 77 "libdbus-1-3:arm64", 78 ]) 79 .withExec([ 80 "dpkg", ··· 115 .withExec([ 116 "dpkg", 117 "-x", 118 "libdbus-1-dev_1.12.28-0+deb11u1_arm64.deb", 119 "/build/sysroot/", 120 ]) ··· 122 "dpkg", 123 "-x", 124 "libdbus-1-3_1.12.28-0+deb11u1_arm64.deb", 125 "/build/sysroot/", 126 ]) 127 .withDirectory("/app", context, { exclude })
··· 71 "libasound2-dev:armhf", 72 "libdbus-1-dev:armhf", 73 "libdbus-1-3:armhf", 74 + "libsystemd0:armhf", 75 "libasound2:arm64", 76 "libasound2-dev:arm64", 77 "libdbus-1-dev:arm64", 78 "libdbus-1-3:arm64", 79 + "libsystemd0:arm64", 80 ]) 81 .withExec([ 82 "dpkg", ··· 117 .withExec([ 118 "dpkg", 119 "-x", 120 + "libsystemd0_247.3-7+deb11u7_armhf.deb", 121 + "/build/sysroot/", 122 + ]) 123 + .withExec([ 124 + "dpkg", 125 + "-x", 126 "libdbus-1-dev_1.12.28-0+deb11u1_arm64.deb", 127 "/build/sysroot/", 128 ]) ··· 130 "dpkg", 131 "-x", 132 "libdbus-1-3_1.12.28-0+deb11u1_arm64.deb", 133 + "/build/sysroot/", 134 + ]) 135 + .withExec([ 136 + "dpkg", 137 + "-x", 138 + "libsystemd0_247.3-7+deb11u7_arm64.deb", 139 "/build/sysroot/", 140 ]) 141 .withDirectory("/app", context, { exclude })