Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ParaView-Superbuild
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ParaView
ParaView-Superbuild
Merge requests
!797
Ci fedora33
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Ci fedora33
ben.boeckel/paraview-superbuild:ci-fedora33
into
master
Overview
2
Commits
3
Pipelines
4
Changes
1
Merged
Ben Boeckel
requested to merge
ben.boeckel/paraview-superbuild:ci-fedora33
into
master
4 years ago
Overview
2
Commits
3
Pipelines
4
Changes
1
Expand
Backport: release
0
0
Merge request reports
Viewing commit
5e079b91
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5e079b91
ci: update to Fedora 33 for Linux testing
· 5e079b91
Ben Boeckel
authored
4 years ago
Fedora 31 is EOL this month.
.gitlab/ci/docker/fedora3
1
/Dockerfile
→
.gitlab/ci/docker/fedora3
3
/Dockerfile
+
2
−
2
Options
FROM
fedora:3
1
FROM
fedora:3
3
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
\
&&
dnf clean all
Loading