diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-06-19 09:24:36 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-06-19 09:41:36 +0200 |
commit | 32ee8d7b9cfaba032d8313e0fc01e4a92a199ad0 (patch) | |
tree | 584088390e6f160312f2d87e58878fe0d562b353 /.gitlab-ci.yml | |
parent | 499099d7c324fa36fd73c9e3ea978794b564434d (diff) | |
download | debvm-32ee8d7b9cfaba032d8313e0fc01e4a92a199ad0.tar.gz |
gitlab-ci: register binfmts again
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index baea94c..63734c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,5 +46,6 @@ arch_test: - test -e /proc/sys/fs/binfmt_misc/status || mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc - apt-get update - apt-get dist-upgrade --yes - - apt-get --no-install-recommends --yes install e2fsprogs genext2fs mmdebstrap openssh-client qemu-system binfmt-support arch-test qemu-user-static file + - apt-get --no-install-recommends --yes install e2fsprogs genext2fs mmdebstrap openssh-client qemu-system arch-test qemu-user-static file systemd + - /lib/systemd/systemd-binfmt - PATH=$(pwd)/bin:$PATH ./tests/create-and-run.sh "$ARCHITECTURE" sid |