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 <tomeu.vizoso@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
Tomeu Vizoso 2019-06-26 13:36:30 +02:00
parent 61b793dde4
commit 6a26d6f4d9
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ export ARCH=${KERNEL_ARCH}
export CROSS_COMPILE="${GCC_ARCH}-" export CROSS_COMPILE="${GCC_ARCH}-"
mkdir -p /kernel mkdir -p /kernel
wget -qO- ${KERNEL_URL} | tar -xvz -C /kernel wget -qO- ${KERNEL_URL} | tar -xz -C /kernel
cd /kernel cd /kernel
./scripts/kconfig/merge_config.sh ${DEFCONFIG} ${PANFROST_CI_DIR}/${KERNEL_ARCH}.config ./scripts/kconfig/merge_config.sh ${DEFCONFIG} ${PANFROST_CI_DIR}/${KERNEL_ARCH}.config
make -j12 ${KERNEL_IMAGE_NAME} dtbs make -j12 ${KERNEL_IMAGE_NAME} dtbs

View File

@ -16,7 +16,7 @@
variables: variables:
UPSTREAM_REPO: mesa/mesa UPSTREAM_REPO: mesa/mesa
DEBIAN_VERSION: testing-slim DEBIAN_VERSION: testing-slim
IMAGE_TAG: "2019-06-26-1" IMAGE_TAG: "2019-06-26-3"
include: include:
- project: 'wayland/ci-templates' - project: 'wayland/ci-templates'