3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-11 11:21:11 +00:00

12 lines
269 B
Plaintext
Raw Normal View History

#!/bin/sh
ARCH=$(dpkg --print-architecture)
failure_code=1
if [ "$ARCH" = ppc64el ]; then
# not a regression; don't block while debugging
failure_code=0
fi
env SELECTED_TRIPLETS=ubuntu-cpc:minimized:ubuntu-cpc debian/tests/default-bootstraps || exit $failure_code