On 09/05/2025 11:10 pm, Stefano Stabellini wrote: > On Fri, 9 May 2025, Andrew Cooper wrote: >> The CI improvements have been backported to all Xen branches. >> >> Remove the transitionary tar/cpio parameter in scripts/alpine-rootfs.sh >> >> Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> >> --- >> CC: Anthony PERARD <anthony.per...@vates.tech> >> CC: Stefano Stabellini <sstabell...@kernel.org> >> CC: Marek Marczykowski-Górecki <marma...@invisiblethingslab.com> >> --- >> .gitlab-ci.yml | 27 +--------------- >> scripts/alpine-rootfs.sh | 23 ++++--------- >> scripts/x86_64-argo-linux.sh | 63 ------------------------------------ >> 3 files changed, 8 insertions(+), 105 deletions(-) >> delete mode 100755 scripts/x86_64-argo-linux.sh >> >> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml >> index dcf76db6ec62..2e1aad800b95 100644 >> --- a/.gitlab-ci.yml >> +++ b/.gitlab-ci.yml >> @@ -52,7 +52,7 @@ linux-6.6.86-arm64: >> alpine-3.18-x86_64-rootfs: >> extends: .x86_64-artifacts >> script: >> - - ./scripts/alpine-rootfs.sh cpio >> + - ./scripts/alpine-rootfs.sh >> variables: >> CONTAINER: alpine:3.18-x86_64-base > There is one survivor just above: > > alpine-3.18-arm64-rootfs: > extends: .arm64-artifacts > script: > - ./scripts/alpine-rootfs.sh cpio > variables: > CONTAINER: alpine:3.18-arm64-base > > > Makes sense to fix it as well?
Yeah, that wants to be dropped too. (It happens to be a nop.) Fixed up locally. ~Andrew