Skip to content

Commit 0684658

Browse files
committed
ci: fix linking error
1 parent 2c60550 commit 0684658

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

.fluentci/src/jobs.ts

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export const build = async (src = ".") => {
167167
"dpkg",
168168
"-x",
169169
"libcap2_1%3a2.44-1+deb11u1_armhf.deb",
170-
"/build/sysroot/",
170+
"/",
171171
])
172172
.withExec([
173173
"dpkg",
@@ -191,7 +191,7 @@ export const build = async (src = ".") => {
191191
"dpkg",
192192
"-x",
193193
"libgpg-error0_1.38-2_armhf.deb",
194-
"/build/sysroot/",
194+
"/",
195195
])
196196
.withExec([
197197
"dpkg",
@@ -215,7 +215,7 @@ export const build = async (src = ".") => {
215215
"dpkg",
216216
"-x",
217217
"liblzma5_5.2.5-2.1~deb11u1_armhf.deb",
218-
"/build/sysroot/",
218+
"/",
219219
])
220220
.withExec([
221221
"dpkg",
@@ -275,7 +275,7 @@ export const build = async (src = ".") => {
275275
"dpkg",
276276
"-x",
277277
"libcap2_1%3a2.44-1+deb11u1_arm64.deb",
278-
"/build/sysroot/",
278+
"/",
279279
])
280280
.withExec([
281281
"dpkg",
@@ -299,7 +299,7 @@ export const build = async (src = ".") => {
299299
"dpkg",
300300
"-x",
301301
"libgpg-error0_1.38-2_arm64.deb",
302-
"/build/sysroot/",
302+
"/",
303303
])
304304
.withExec([
305305
"dpkg",
@@ -323,7 +323,7 @@ export const build = async (src = ".") => {
323323
"dpkg",
324324
"-x",
325325
"liblzma5_5.2.5-2.1~deb11u1_arm64.deb",
326-
"/build/sysroot/",
326+
"/",
327327
])
328328
.withExec([
329329
"dpkg",
@@ -349,26 +349,6 @@ export const build = async (src = ".") => {
349349
"libzstd-dev_1.4.8+dfsg-2.1_arm64.deb",
350350
"/build/sysroot/",
351351
])
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-
])
372352
.withDirectory("/app", context, { exclude })
373353
.withDirectory("/app", context, { exclude })
374354
.withWorkdir("/app")

0 commit comments

Comments
 (0)