Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker: Fedora 40 => 41 #131

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
source root/bin/thisroot.sh && source install/bin/kasperenv.sh && ASAN_OPTIONS=detect_leaks=0 UnitTestKasper
shell: bash

fedora_40:
fedora_41:
strategy:
matrix:
use_clang: [false] # FIXME add "true" after solving https://github.com/KATRIN-Experiment/Kassiopeia/issues/87
runs-on: ubuntu-latest
container: fedora:40
container: fedora:41
steps:
- uses: actions/checkout@v3
- name: Install dependencies
Expand Down
7 changes: 3 additions & 4 deletions Docker/packages.full
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ htop
diffutils
paraview

root
root-notebook
python3-root
python3-jupyroot
root:6.32.06-1.fc41
python3-root:6.32.06-1.fc41
python3-jupyroot:6.32.06-1.fc41
root-graf-gpadv7

tigervnc-server
Expand Down
4 changes: 2 additions & 2 deletions Docker/packages.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ log4cxx
ocl-icd
openmpi

root-core
root-genvector
root-core:6.32.06-1.fc41
root-genvector:6.32.06-1.fc41
liburing

git
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG KASSIOPEIA_GIT_COMMIT=""
ARG KASSIOPEIA_CPUS=""

# --- runtime-base ---
FROM fedora:40 as runtime-base
FROM fedora:41 as runtime-base
ARG KASSIOPEIA_UID
ARG KASSIOPEIA_USER
ARG KASSIOPEIA_GID
Expand Down
2 changes: 1 addition & 1 deletion Documentation/gh-pages/source/setup_manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ On a RedHat/Fedora Linux system, the packages can be installed through the comma
boost-devel fftw-devel gsl-devel hdf5-devel libomp-devel liburing-devel libxml2-devel log4cxx-devel \
ocl-icd-devel openmpi-devel openssl-devel sqlite-devel vtk-devel zlib-devel

Tested on Fedora Linux 40.
Tested on Fedora Linux 41.

Required dependencies
----------------------
Expand Down
Loading