[Mesa-dev] [PATCH 3/3] panfrost: The working dir is deleted right before
Rohan Garg
rohan.garg at collabora.com
Thu Jun 20 13:58:49 UTC 2019
Change to /artifacts in order to potentially fix
debootstrap failiures.
---
src/gallium/drivers/panfrost/ci/debian-install.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/drivers/panfrost/ci/debian-install.sh b/src/gallium/drivers/panfrost/ci/debian-install.sh
index 8a8b4ec9a47..dca6d49197c 100644
--- a/src/gallium/drivers/panfrost/ci/debian-install.sh
+++ b/src/gallium/drivers/panfrost/ci/debian-install.sh
@@ -118,6 +118,7 @@ rm -rf /kernel
############### Create rootfs
+cd /artifacts
cp ${PANFROST_CI_DIR}/create-rootfs.sh /artifacts/rootfs/.
debootstrap --variant=minbase --arch=${DEBIAN_ARCH} testing /artifacts/rootfs/ http://deb.debian.org/debian
chroot /artifacts/rootfs sh /create-rootfs.sh
--
2.17.1
More information about the mesa-dev
mailing list