Skip to content
Snippets Groups Projects
Commit fcbd326e authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'ci-fedora33'


213d8818 ci: add libxkbcommon to the CI image
41acdc3a gitlab-ci: use Fedora 33 images
5e079b91 ci: update to Fedora 33 for Linux testing

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !797
parents 66f4f3d3 213d8818
No related branches found
No related tags found
1 merge request!797Ci fedora33
......@@ -47,7 +47,7 @@ build:linux-plain:
test:linux-plain:
extends:
- .fedora31_plain
- .fedora33_plain
- .cmake_test_linux
- .cmake_package_artifacts
- .linux_test_tags
......@@ -81,7 +81,7 @@ build:linux-egl:
test:linux-egl:
extends:
# Required to get EGL support in the container.
- .fedora31_egl
- .fedora33_egl
- .cmake_test_linux
- .cmake_package_artifacts
- .linux_test_tags
......
FROM fedora:31
FROM fedora:33
MAINTAINER Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
RUN dnf install -y \
RUN dnf install --setopt=install_weak_deps=False -y \
/usr/bin/glxinfo git mesa-dri-drivers mesa-libGL* \
libXcursor-devel libxcrypt-compat.x86_64 \
libXcursor-devel libxcrypt-compat.x86_64 libxkbcommon \
&& dnf clean all
......@@ -40,21 +40,21 @@
variables:
CMAKE_CONFIGURATION: linux_osmesa_static
.fedora31:
image: "kitware/paraview:ci-superbuild-fedora31-20201027"
.fedora33:
image: "kitware/paraview:ci-superbuild-fedora33-20201112"
variables:
GIT_SUBMODULE_STRATEGY: none
GIT_CLONE_PATH: $CI_BUILDS_DIR/gitlab-kitware-sciviz-ci
.fedora31_plain:
extends: .fedora31
.fedora33_plain:
extends: .fedora33
variables:
CMAKE_CONFIGURATION: linux_plain
.fedora31_egl:
extends: .fedora31
.fedora33_egl:
extends: .fedora33
variables:
CMAKE_CONFIGURATION: linux_egl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment