summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/tests/control1
-rw-r--r--debian/tests/example.yaml2
3 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index eeb7c05..c0034d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debos (1.0.0+git20201203.e939090-4) unstable; urgency=medium
+
+ * Build an amd64 chroot for tests but also install qemu for future
+ arm tests.
+
+ -- Andrej Shadura <andrewsh@debian.org> Tue, 06 Apr 2021 23:35:32 +0200
+
debos (1.0.0+git20201203.e939090-3) unstable; urgency=medium
* Autopkgtest should depend on ca-certificates.
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) }}