diff options
author | Luca Boccassi <bluca@debian.org> | 2021-04-02 17:00:37 +0100 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2021-04-02 19:02:55 +0100 |
commit | e51ea0ae92812eabb870538e1fb1d2e4857b0a71 (patch) | |
tree | 2d25f9b8c6bd6865faf2ebe7709ff8066cd19c9b /debian | |
parent | 43afff005a5892a5dd455978d9c14e898e1af82e (diff) | |
download | vyos-live-build-e51ea0ae92812eabb870538e1fb1d2e4857b0a71.tar.gz vyos-live-build-e51ea0ae92812eabb870538e1fb1d2e4857b0a71.zip |
Autopkgtest: remove architecture restriction
Let's see if everything works now.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/tests/control | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/tests/control b/debian/tests/control index f4308f9d4..ecc978497 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,14 +1,11 @@ Tests: build-default-image Depends: live-build, Restrictions: needs-root, allow-stderr, needs-internet -Architecture: amd64 i386 Tests: build-stable-image Depends: live-build, Restrictions: needs-root, allow-stderr, needs-internet -Architecture: amd64 i386 Tests: build-kali-image Depends: live-build, git, ca-certificates, curl, apt-utils, bzip2, cpio, file, wget, xz-utils Restrictions: needs-root, allow-stderr, flaky, needs-internet -Architecture: amd64 i386 |