Skip to content

Commit

Permalink
CI: Fedora 37 => Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
2xB authored Jun 10, 2024
1 parent 805765f commit e056c12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
branches: [ "main" ]

# Keep the following in sync with Documentation/gh-pages/source/compiling.rst !
# Keep the following in sync with Documentation/gh-pages/source/setup_manual.rst !
jobs:
ubuntu_20_04:
strategy:
Expand Down Expand Up @@ -51,20 +51,14 @@ jobs:
source root/bin/thisroot.sh && source install/bin/kasperenv.sh && UnitTestKasper
shell: bash

fedora_37:
fedora_40:
strategy:
matrix:
use_clang: [false] # FIXME add "true" after solving https://github.com/KATRIN-Experiment/Kassiopeia/issues/87
runs-on: ubuntu-latest
container: fedora:37
container: fedora:40
steps:
- uses: actions/checkout@v3
- name: Run workaround for log4cxx bug (no longer needed with Fedora 39)
run: |
dnf update -y
dnf install -y --setopt=install_weak_deps=False dnf-plugins-core
dnf clean all
dnf copr enable thofmann/log4xx-1.x -y
- name: Install dependencies
run: |
dnf install -y \
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 37.
Tested on Fedora Linux 40.

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

0 comments on commit e056c12

Please sign in to comment.