mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
panfrost/ci: Print bootstrap log
A number of things can go wrong when building the rootfs from within a non-native chroot, so make sure to print the bootstrap.log so we can tell what's going on. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
76af465e57
commit
a074513dc2
1 changed files with 3 additions and 0 deletions
|
|
@ -151,7 +151,10 @@ rm -rf /kernel
|
|||
|
||||
############### Create rootfs
|
||||
cp ${PANFROST_CI_DIR}/create-rootfs.sh /artifacts/rootfs/.
|
||||
set +e
|
||||
debootstrap --variant=minbase --arch=${DEBIAN_ARCH} testing /artifacts/rootfs/ http://deb.debian.org/debian
|
||||
cat /artifacts/rootfs/debootstrap/debootstrap.log
|
||||
set -e
|
||||
chroot /artifacts/rootfs sh /create-rootfs.sh
|
||||
rm /artifacts/rootfs/create-rootfs.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue