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: add libsystemd-dev dependency
tsiry-sandratraina.com
6 months ago
acd238d1
366069df
+14
1 changed file
expand all
collapse all
unified
split
.fluentci
src
dagger
jobs.ts
+14
.fluentci/src/dagger/jobs.ts
···
71
"libasound2-dev:armhf",
72
"libdbus-1-dev:armhf",
73
"libdbus-1-3:armhf",
0
74
"libsystemd0:armhf",
75
"libasound2:arm64",
76
"libasound2-dev:arm64",
77
"libdbus-1-dev:arm64",
78
"libdbus-1-3:arm64",
0
79
"libsystemd0:arm64",
80
])
81
.withExec([
···
117
.withExec([
118
"dpkg",
119
"-x",
0
0
0
0
0
0
120
"libsystemd0_247.3-7+deb11u7_armhf.deb",
121
"/build/sysroot/",
122
])
···
130
"dpkg",
131
"-x",
132
"libdbus-1-3_1.12.28-0+deb11u1_arm64.deb",
0
0
0
0
0
0
133
"/build/sysroot/",
134
])
135
.withExec([
···
71
"libasound2-dev:armhf",
72
"libdbus-1-dev:armhf",
73
"libdbus-1-3:armhf",
74
+
"libsystemd-dev:armhf",
75
"libsystemd0:armhf",
76
"libasound2:arm64",
77
"libasound2-dev:arm64",
78
"libdbus-1-dev:arm64",
79
"libdbus-1-3:arm64",
80
+
"libsystemd-dev:arm64",
81
"libsystemd0:arm64",
82
])
83
.withExec([
···
119
.withExec([
120
"dpkg",
121
"-x",
122
+
"libsystemd-dev_247.3-7+deb11u7_armhf.deb",
123
+
"/build/sysroot/",
124
+
])
125
+
.withExec([
126
+
"dpkg",
127
+
"-x",
128
"libsystemd0_247.3-7+deb11u7_armhf.deb",
129
"/build/sysroot/",
130
])
···
138
"dpkg",
139
"-x",
140
"libdbus-1-3_1.12.28-0+deb11u1_arm64.deb",
141
+
"/build/sysroot/",
142
+
])
143
+
.withExec([
144
+
"dpkg",
145
+
"-x",
146
+
"libsystemd-dev_247.3-7+deb11u7_arm64.deb",
147
"/build/sysroot/",
148
])
149
.withExec([