summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2021-04-06 23:35:05 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2021-04-06 23:35:05 +0200
commit32d1ff679a02b9fb9e23f32481804e2c33f75cbd (patch)
treec98325f7f262dc614613b698c1bc5ddcb8b7ef3d
parent1aeb0658f4465a0809e69443780fecaa3b1d2aba (diff)
Build an amd64 chroot for tests but also install qemu for future arm tests
-rw-r--r--debian/tests/control1
-rw-r--r--debian/tests/example.yaml2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control
index a84b93e..0dc6796 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -4,5 +4,6 @@ Depends:
debos,
libslirp-helper,
linux-image-amd64,
+ qemu-user-static,
user-mode-linux,
Restrictions: allow-stderr, flaky
diff --git a/debian/tests/example.yaml b/debian/tests/example.yaml
index 716a36a..7cff2a4 100644
--- a/debian/tests/example.yaml
+++ b/debian/tests/example.yaml
@@ -1,4 +1,4 @@
-{{- $architecture := or .architecture "arm64" -}}
+{{- $architecture := or .architecture "amd64" -}}
{{- $suite := or .suite "bullseye" -}}
{{ $image := or .image (printf "debian-%s-%s.tar.gz" $suite $architecture) }}