projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6b5493
)
builddebcheck: Exclude h3-pg on i386
author
Christoph Berg
<myon@debian.org>
Sun, 5 Nov 2023 11:24:59 +0000
(12:24 +0100)
committer
Christoph Berg
<myon@debian.org>
Sun, 5 Nov 2023 11:24:59 +0000
(12:24 +0100)
jenkins/builddebcheck-pgapt
patch
|
blob
|
blame
|
history
diff --git
a/jenkins/builddebcheck-pgapt
b/jenkins/builddebcheck-pgapt
index 1fbd9d0838eb2768da025c35ab9ad85160bcc9a4..4bb7b422304fdc6c84c9ba1ef17a25e227b7c1a1 100755
(executable)
--- a/
jenkins/builddebcheck-pgapt
+++ b/
jenkins/builddebcheck-pgapt
@@
-83,11
+83,14
@@
if [ "$HAS_BACKPORTS" ]; then
done
fi
-# packages not tested on
ppc64el
+# packages not tested on
specific architectures
case $architecture in
ppc64el|s390x)
remove_packages $MAINSRC buildapp cffi cl-unicode pgloader sbcl plv8
;;
+ i386)
+ remove_packages $MAINSRC h3-pg
+ ;;
esac
# packages not tested on certain dists