Skip to content

Commit

Permalink
Add Fedora 41 and remove Fedora 39 from CI (s3fs-fuse#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul authored Nov 2, 2024
1 parent 330cb39 commit 90ea57b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- debian:bullseye
- rockylinux:9
- rockylinux:8
- fedora:41
- fedora:40
- fedora:39
- opensuse/leap:15
- alpine:3.20

Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- valgrind

container:
image: fedora:40
image: fedora:41

options: "--privileged --cap-add SYS_ADMIN --device /dev/fuse"

Expand All @@ -218,7 +218,7 @@ jobs:

- name: Install packages
run: |
.github/workflows/linux-ci-helper.sh fedora:40
.github/workflows/linux-ci-helper.sh fedora:41
- name: Install clang
run: |
Expand Down Expand Up @@ -279,15 +279,15 @@ jobs:
clang-tidy:
runs-on: ubuntu-latest
container:
image: fedora:40
image: fedora:41

steps:
- name: Checkout source code
uses: actions/checkout@v4

- name: Install packages
run: |
.github/workflows/linux-ci-helper.sh fedora:40
.github/workflows/linux-ci-helper.sh fedora:41
- name: Build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-ci-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ elif [ "${CONTAINER_FULLNAME}" = "rockylinux:8" ]; then
#
SHELLCHECK_DIRECT_INSTALL=1

elif [ "${CONTAINER_FULLNAME}" = "fedora:40" ]; then
elif [ "${CONTAINER_FULLNAME}" = "fedora:41" ]; then
PACKAGE_MANAGER_BIN="dnf"
PACKAGE_UPDATE_OPTIONS="update -y -qq"
PACKAGE_INSTALL_OPTIONS="install -y"
Expand All @@ -180,7 +180,7 @@ elif [ "${CONTAINER_FULLNAME}" = "fedora:40" ]; then
INSTALL_CHECKER_PKGS="cppcheck ShellCheck"
INSTALL_CHECKER_PKG_OPTIONS=""

elif [ "${CONTAINER_FULLNAME}" = "fedora:39" ]; then
elif [ "${CONTAINER_FULLNAME}" = "fedora:40" ]; then
PACKAGE_MANAGER_BIN="dnf"
PACKAGE_UPDATE_OPTIONS="update -y -qq"
PACKAGE_INSTALL_OPTIONS="install -y"
Expand Down

0 comments on commit 90ea57b

Please sign in to comment.