From 391b06bcf9daff93bf627e085a2b1bec61367dea Mon Sep 17 00:00:00 2001 From: David Bold Date: Tue, 24 Jun 2025 10:54:16 +0200 Subject: [PATCH 1/2] CI: Switch to released fedora Resolves: #3127 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 90c63e0233..4153ebaefc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -208,8 +208,8 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - name: Build Fedora rawhide - run: ./.ci_fedora.sh setup openmpi rawhide + - name: Build Fedora + run: ./.ci_fedora.sh setup openmpi latest shell: bash env: TRAVIS_BUILD_DIR: ${{ github.workspace }} From 1fa55d25e9a0c3c2d494179709cbe48e77f2c4c2 Mon Sep 17 00:00:00 2001 From: David Bold Date: Tue, 24 Jun 2025 11:37:26 +0200 Subject: [PATCH 2/2] CI: require python3-boutuils --- .ci_fedora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_fedora.sh b/.ci_fedora.sh index 359516ab33..5f0a36efea 100755 --- a/.ci_fedora.sh +++ b/.ci_fedora.sh @@ -43,7 +43,7 @@ then echo "minrate=10M" >> /etc/dnf/dnf.conf export FORCE_COLUMNS=200 time dnf -y install dnf5 - time dnf5 -y install dnf5-plugins cmake python3-zoidberg python3-natsort + time dnf5 -y install dnf5-plugins cmake python3-zoidberg python3-natsort python3-boututils # Allow to override packages - see #2073 time dnf5 copr enable -y davidsch/fixes4bout || : time dnf5 -y upgrade