Not needed anymore (for now?).
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5296>
x86_test-base:
extends: x86_build
variables:
- FDO_DISTRIBUTION_TAG: &x86_test-base "2020-06-01"
+ FDO_DISTRIBUTION_TAG: &x86_test-base "2020-06-02"
.use-x86_test-base:
extends:
x86_test-gl:
extends: .use-x86_test-base
variables:
- FDO_DISTRIBUTION_TAG: &x86_test-gl "2020-06-01"
+ FDO_DISTRIBUTION_TAG: &x86_test-gl "2020-06-02"
# Debian 10 based x86 test image for VK
x86_test-vk:
extends: .use-x86_test-base
variables:
- FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-06-01"
+ FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-06-02"
# Debian 9 based x86 build image (old LLVM)
x86_build_old:
sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.list
-echo 'deb https://deb.debian.org/debian testing main' >/etc/apt/sources.list.d/testing.list
apt-get update
-# Don't use newer packages from testing by default
-cat >/etc/apt/preferences <<EOF
-Package: *
-Pin: release a=testing
-Pin-Priority: 100
-EOF
-
-apt-get dist-upgrade -y
-
apt-get install -y --no-remove \
autoconf \
automake \
cmake \
flex \
g++ \
+ g++-mingw-w64-x86-64 \
gcc \
gettext \
git \
libxshmfence-dev \
libxvmc-dev \
libxxf86vm-dev \
+ libz-mingw-w64-dev \
llvm-9-dev \
pkg-config \
python-mako \
llvm-8-dev \
-# Install packages we need from Debian testing last, to avoid pulling in more
-
-# Need to allow removing libgcc1 for these
-apt-get install -y -t testing \
- libstdc++6:i386 \
- libstdc++6:ppc64el \
- libstdc++6:s390x
-
-apt-get install -y --no-remove -t testing \
- g++-mingw-w64-x86-64-win32 \
- libz-mingw-w64-dev
-
-
. .gitlab-ci/container/container_pre_build.sh
sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.list
-echo 'deb https://deb.debian.org/debian testing main' >/etc/apt/sources.list.d/testing.list
apt-get update
-
-# Don't use newer packages from testing by default
-cat >/etc/apt/preferences <<EOF
-Package: *
-Pin: release a=testing
-Pin-Priority: 100
-EOF
-
apt-get dist-upgrade -y
apt-get install -y --no-remove \
automake \
ccache \
cmake \
+ g++ \
libgbm-dev \
libgles2-mesa-dev \
libpcre3-dev \
xz-utils \
"
-TESTING_EPHEMERAL=" \
- g++ \
- libc6-dev \
- "
-
-apt-get update
-
apt-get install -y --no-remove \
$STABLE_EPHEMERAL
-# Install packages we need from Debian testing last, to avoid pulling in more
-apt-get install -y -t testing \
- $TESTING_EPHEMERAL
. .gitlab-ci/container/container_pre_build.sh
ccache --show-stats
apt-get purge -y \
- $STABLE_EPHEMERAL \
- $TESTING_EPHEMERAL
+ $STABLE_EPHEMERAL
apt-get autoremove -y --purge
STABLE_EPHEMERAL=" \
ccache \
cmake \
+ g++ \
libgbm-dev \
libgles2-mesa-dev \
liblz4-dev \
wget \
"
-TESTING_EPHEMERAL=" \
- g++ \
- libc6-dev \
- "
-
-apt-get update
-
apt-get install -y --no-remove \
$STABLE_EPHEMERAL
- # We need multiarch for Wine
+# We need multiarch for Wine
dpkg --add-architecture i386
apt-get update
wine32 \
wine64
-# Install packages we need from Debian testing last, to avoid pulling in more
-apt-get install -y -t testing \
- $TESTING_EPHEMERAL
-
############### Set up Wine env variables
ccache --show-stats
apt-get purge -y \
- $STABLE_EPHEMERAL \
- $TESTING_EPHEMERAL
+ $STABLE_EPHEMERAL
apt-get autoremove -y --purge
spec/intel_conservative_rasterization/intel_conservative_rasterization-invalid_gles3: skip
spec/intel_conservative_rasterization/intel_conservative_rasterization-tri: skip
spec/intel_conservative_rasterization/intel_conservative_rasterization-tri_gles3: skip
-spec/khr_texture_compression_astc/array-gl: skip
-spec/khr_texture_compression_astc/array-gles: skip
+spec/khr_texture_compression_astc/array-gl/12x12 block dim: fail
+spec/khr_texture_compression_astc/array-gl/5x5 block dim: fail
+spec/khr_texture_compression_astc/array-gles/12x12 block dim: fail
+spec/khr_texture_compression_astc/array-gles/5x5 block dim: fail
spec/khr_texture_compression_astc/miptree-gl hdr/hdr: notrun
spec/khr_texture_compression_astc/miptree-gl ldr/ldr: notrun
spec/khr_texture_compression_astc/miptree-gl ldr/ldr profile: fail
name: results
---- --------
pass: 20703
- fail: 218
+ fail: 222
crash: 0
- skip: 1467
+ skip: 1465
timeout: 0
warn: 6
incomplete: 0
changes: 0
fixes: 0
regressions: 0
- total: 22412
+ total: 22414