mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-28 12:45:56 +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}-"
|
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
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user