[Mesa-dev] [PATCH 3/3] panfrost: The working dir is deleted right before
Tomeu Vizoso
tomeu.vizoso at collabora.com
Thu Jun 20 14:19:32 UTC 2019
Good commit, but the "what" should be in the subject line and the
"why" in the body.
With that change:
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Thanks,
Tomeu
On Thu, 20 Jun 2019 at 15:59, Rohan Garg <rohan.garg at collabora.com> wrote:
>
> 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
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list