mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-28 04:34:25 +08:00
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:
parent
61b793dde4
commit
6a26d6f4d9
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user