projects
/
guestfs-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
979bce9
)
Disable tests on i386 for now
author
Hilko Bengen
<bengen@debian.org>
Thu, 29 Jun 2023 08:00:26 +0000
(10:00 +0200)
committer
Hilko Bengen
<bengen@debian.org>
Thu, 29 Jun 2023 08:00:26 +0000
(10:00 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 6d632279af510d6372d57744ab2e1539f3bde8cb..198d660feaf0c803e250422233be70b0a13f4b53 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-17,7
+17,7
@@
export SKIP_TEST_VIRT_DIFF_SH=1 # failed on i386, riscv64
export SKIP_TEST_VIRT_FILESYSTEMS_SH=1 # failed on ppc64
export SKIP_TEST_VIRT_RESIZE_PL=1
-TEST_ARCHITECTURES :=
i386
amd64 arm64 riscv64 ppc64el
+TEST_ARCHITECTURES := amd64 arm64 riscv64 ppc64el
%:
dh $@