diff options
author | Jochen Sprickerhof <git@jochen.sprickerhof.de> | 2023-05-08 13:32:07 +0200 |
---|---|---|
committer | Jochen Sprickerhof <git@jochen.sprickerhof.de> | 2023-06-24 11:05:33 +0200 |
commit | d1e2c48b9b3965a5acb37c4f404c6d5691a26d3c (patch) | |
tree | e47aa25764174eb082e8f9dc47e6d37112bba0e3 /.gitlab-ci.yml | |
parent | c7325e9f97142c418997721579ad943445b3bba2 (diff) | |
download | debvm-d1e2c48b9b3965a5acb37c4f404c6d5691a26d3c.tar.gz |
Fix ports mirror (tested on riscv64)
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 e8b7754..5aa17d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,11 +41,12 @@ arch_test: - mips64el - mipsel - ppc64el + - riscv64 - s390x script: - 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 arch-test qemu-user-static file systemd dpkg-dev + - apt-get --no-install-recommends --yes install e2fsprogs genext2fs mmdebstrap openssh-client qemu-system arch-test qemu-user-static file systemd dpkg-dev debian-ports-archive-keyring - /lib/systemd/systemd-binfmt - PATH=$(pwd)/bin:$PATH ./tests/create-and-run.sh "$ARCHITECTURE" sid |