summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <[email protected]>2019-06-26 13:36:30 +0200
committerTomeu Vizoso <[email protected]>2019-06-28 11:13:04 +0200
commit6a26d6f4d9c5df0d98857fdf13310babd941a963 (patch)
tree6ec75a35672f0283a653f60b7e5bc811577ae96d
parent61b793dde446d957f62fc9bbaf1a8ad220b81b0d (diff)
panfrost/ci: Don't print every kernel file
As there's lots of them and Gitlab struggles rendering logs with so many lines. Signed-off-by: Tomeu Vizoso <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]>
-rw-r--r--src/gallium/drivers/panfrost/ci/debian-install.sh2
-rw-r--r--src/gallium/drivers/panfrost/ci/gitlab-ci.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/panfrost/ci/debian-install.sh b/src/gallium/drivers/panfrost/ci/debian-install.sh
index 8a8b4ec9a47..beff1027fd9 100644
--- a/src/gallium/drivers/panfrost/ci/debian-install.sh
+++ b/src/gallium/drivers/panfrost/ci/debian-install.sh
@@ -108,7 +108,7 @@ export ARCH=${KERNEL_ARCH}
export CROSS_COMPILE="${GCC_ARCH}-"
mkdir -p /kernel
-wget -qO- ${KERNEL_URL} | tar -xvz -C /kernel
+wget -qO- ${KERNEL_URL} | tar -xz -C /kernel
cd /kernel
./scripts/kconfig/merge_config.sh ${DEFCONFIG} ${PANFROST_CI_DIR}/${KERNEL_ARCH}.config
make -j12 ${KERNEL_IMAGE_NAME} dtbs
diff --git a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
index 158fb567543..6ca2bff5b50 100644
--- a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
@@ -16,7 +16,7 @@
variables:
UPSTREAM_REPO: mesa/mesa
DEBIAN_VERSION: testing-slim
- IMAGE_TAG: "2019-06-26-1"
+ IMAGE_TAG: "2019-06-26-3"
include:
- project: 'wayland/ci-templates'