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: fix linking error

Changed files
+6 -26
.fluentci
src
+6 -26
.fluentci/src/jobs.ts
··· 167 "dpkg", 168 "-x", 169 "libcap2_1%3a2.44-1+deb11u1_armhf.deb", 170 - "/build/sysroot/", 171 ]) 172 .withExec([ 173 "dpkg", ··· 191 "dpkg", 192 "-x", 193 "libgpg-error0_1.38-2_armhf.deb", 194 - "/build/sysroot/", 195 ]) 196 .withExec([ 197 "dpkg", ··· 215 "dpkg", 216 "-x", 217 "liblzma5_5.2.5-2.1~deb11u1_armhf.deb", 218 - "/build/sysroot/", 219 ]) 220 .withExec([ 221 "dpkg", ··· 275 "dpkg", 276 "-x", 277 "libcap2_1%3a2.44-1+deb11u1_arm64.deb", 278 - "/build/sysroot/", 279 ]) 280 .withExec([ 281 "dpkg", ··· 299 "dpkg", 300 "-x", 301 "libgpg-error0_1.38-2_arm64.deb", 302 - "/build/sysroot/", 303 ]) 304 .withExec([ 305 "dpkg", ··· 323 "dpkg", 324 "-x", 325 "liblzma5_5.2.5-2.1~deb11u1_arm64.deb", 326 - "/build/sysroot/", 327 ]) 328 .withExec([ 329 "dpkg", ··· 348 "-x", 349 "libzstd-dev_1.4.8+dfsg-2.1_arm64.deb", 350 "/build/sysroot/", 351 - ]) 352 - .withExec([ 353 - "cp", 354 - "/build/sysroot/usr/lib/aarch64-linux-gnu/liblzma.so", 355 - "/build/sysroot/usr/lib/aarch64-linux-gnu/liblzma.so.5", 356 - ]) 357 - .withExec([ 358 - "cp", 359 - "/build/sysroot/usr/lib/arm-linux-gnueabihf/liblzma.so", 360 - "/build/sysroot/usr/lib/arm-linux-gnueabihf/liblzma.so.5", 361 - ]) 362 - .withExec([ 363 - "cp", 364 - "/build/sysroot/usr/lib/aarch64-linux-gnu/libgpg-error.so", 365 - "/build/sysroot/usr/lib/aarch64-linux-gnu/libgpg-error.so.0", 366 - ]) 367 - .withExec([ 368 - "cp", 369 - "/build/sysroot/usr/lib/arm-linux-gnueabihf/libgpg-error.so", 370 - "/build/sysroot/usr/lib/arm-linux-gnueabihf/libgpg-error.so.0", 371 ]) 372 .withDirectory("/app", context, { exclude }) 373 .withDirectory("/app", context, { exclude })
··· 167 "dpkg", 168 "-x", 169 "libcap2_1%3a2.44-1+deb11u1_armhf.deb", 170 + "/", 171 ]) 172 .withExec([ 173 "dpkg", ··· 191 "dpkg", 192 "-x", 193 "libgpg-error0_1.38-2_armhf.deb", 194 + "/", 195 ]) 196 .withExec([ 197 "dpkg", ··· 215 "dpkg", 216 "-x", 217 "liblzma5_5.2.5-2.1~deb11u1_armhf.deb", 218 + "/", 219 ]) 220 .withExec([ 221 "dpkg", ··· 275 "dpkg", 276 "-x", 277 "libcap2_1%3a2.44-1+deb11u1_arm64.deb", 278 + "/", 279 ]) 280 .withExec([ 281 "dpkg", ··· 299 "dpkg", 300 "-x", 301 "libgpg-error0_1.38-2_arm64.deb", 302 + "/", 303 ]) 304 .withExec([ 305 "dpkg", ··· 323 "dpkg", 324 "-x", 325 "liblzma5_5.2.5-2.1~deb11u1_arm64.deb", 326 + "/", 327 ]) 328 .withExec([ 329 "dpkg", ··· 348 "-x", 349 "libzstd-dev_1.4.8+dfsg-2.1_arm64.deb", 350 "/build/sysroot/", 351 ]) 352 .withDirectory("/app", context, { exclude }) 353 .withDirectory("/app", context, { exclude })