Skip to content

Commit

Permalink
dockerlibrary build - s390x/ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Oct 20, 2023
1 parent 2527b6b commit 18635a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/docker-library-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ build() {
image=mariadb-${tarbuildnum}-${builderarch}
local galera_repo="deb [trusted=yes] https://buildbot.mariadb.net/archive/builds/mariadb-4.x/latest/kvm-deb-${bbnet}-${builderarch}-gal/debs/ ./"
# s390x on focal broken - test failure gcache_tests -> gcache::RbStore - https://buildbot.mariadb.org/#/builders/gal-s390x-ubuntu-2004
if [ "$1" = s390x ] && [ "$bbnet" = focal ]; then
if [ "$1" = s390x ]; then
galera_repo=""
fi
if [ "$1" = ppc64le ] && [ "$bbnet" = jammy ]; then
galera_repo=""
fi
buildah bud --tag "${image}" \
Expand Down

0 comments on commit 18635a0

Please sign in to comment.