+20
.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
+
.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
+
])
352
372
.withDirectory("/app", context, { exclude })
353
373
.withDirectory("/app", context, { exclude })
354
374
.withWorkdir("/app")