tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
tunein-cli
6
fork
atom
Browse and listen to thousands of radio stations across the globe right from your terminal ๐ ๐ป ๐ตโจ
radio
rust
tokio
web-radio
command-line-tool
tui
6
fork
atom
overview
issues
pulls
pipelines
ci: fix linking error
tsiry-sandratraina.com
6 months ago
2c605503
c0e526b8
1/1
fmt.yml
success
2s
+20
1 changed file
expand all
collapse all
unified
split
.fluentci
src
jobs.ts
+20
.fluentci/src/jobs.ts
···
349
349
"libzstd-dev_1.4.8+dfsg-2.1_arm64.deb",
350
350
"/build/sysroot/",
351
351
])
352
352
+
.withExec([
353
353
+
"cp",
354
354
+
"/build/sysroot/usr/lib/aarch64-linux-gnu/liblzma.so",
355
355
+
"/build/sysroot/usr/lib/aarch64-linux-gnu/liblzma.so.5",
356
356
+
])
357
357
+
.withExec([
358
358
+
"cp",
359
359
+
"/build/sysroot/usr/lib/arm-linux-gnueabihf/liblzma.so",
360
360
+
"/build/sysroot/usr/lib/arm-linux-gnueabihf/liblzma.so.5",
361
361
+
])
362
362
+
.withExec([
363
363
+
"cp",
364
364
+
"/build/sysroot/usr/lib/aarch64-linux-gnu/libgpg-error.so",
365
365
+
"/build/sysroot/usr/lib/aarch64-linux-gnu/libgpg-error.so.0",
366
366
+
])
367
367
+
.withExec([
368
368
+
"cp",
369
369
+
"/build/sysroot/usr/lib/arm-linux-gnueabihf/libgpg-error.so",
370
370
+
"/build/sysroot/usr/lib/arm-linux-gnueabihf/libgpg-error.so.0",
371
371
+
])
352
372
.withDirectory("/app", context, { exclude })
353
373
.withDirectory("/app", context, { exclude })
354
374
.withWorkdir("/app")