mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-27 09:31:03 +00:00
ci/lava+baremetal: Add an xserver to the root fs.
We want to be able to test GLX and EGL on real hardware, and we can't do that with just the surfaceless backend. Bringing up the xserver is pretty easy. Reviewed-by: Daniel Stone <daniel@fooishbar.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8727>
This commit is contained in:
parent
2e2edaa89b
commit
d4855d2930
@ -408,7 +408,7 @@ arm64_test:
|
||||
extends:
|
||||
- .use-arm_test-base
|
||||
variables:
|
||||
MESA_IMAGE_TAG: &arm64_test "2021-01-27-kernel"
|
||||
MESA_IMAGE_TAG: &arm64_test "2021-01-29-xserver"
|
||||
|
||||
.use-arm64_test:
|
||||
variables:
|
||||
@ -422,7 +422,7 @@ armhf_test:
|
||||
extends:
|
||||
- .use-arm_test-base
|
||||
variables:
|
||||
MESA_IMAGE_TAG: &armhf_test "2021-01-27-kernel"
|
||||
MESA_IMAGE_TAG: &armhf_test "2021-01-29-xserver"
|
||||
|
||||
.use-armhf_test:
|
||||
variables:
|
||||
|
@ -76,6 +76,8 @@ apt-get -y install --no-install-recommends \
|
||||
sntp \
|
||||
strace \
|
||||
wget \
|
||||
xinit \
|
||||
xserver-xorg-core \
|
||||
xz-utils
|
||||
|
||||
if [ -n "$INCLUDE_PIGLIT" ]; then
|
||||
|
@ -1,5 +1,5 @@
|
||||
variables:
|
||||
DISTRIBUTION_TAG: "2020-01-13-piglit"
|
||||
DISTRIBUTION_TAG: "2021-01-26-xserver"
|
||||
|
||||
.kernel+rootfs:
|
||||
stage: container-2
|
||||
|
Loading…
Reference in New Issue
Block a user