Skip to content

Commit

Permalink
Upgrade CI to Fedora 40 (s3fs-fuse#2451)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul authored May 11, 2024
1 parent c36827d commit 3864f58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- rockylinux:9
- rockylinux:8
- centos:centos7
- fedora:40
- fedora:39
- fedora:38
- opensuse/leap:15
- alpine:3.19

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

container:
image: fedora:39
image: fedora:40

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

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

- name: Install packages
run: |
.github/workflows/linux-ci-helper.sh fedora:39
.github/workflows/linux-ci-helper.sh fedora:40
- name: Install clang
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 @@ -183,7 +183,7 @@ elif [ "${CONTAINER_FULLNAME}" = "centos:centos7" ]; then
INSTALL_CHECKER_PKGS="cppcheck jq"
INSTALL_CHECKER_PKG_OPTIONS="--enablerepo=epel"

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 All @@ -192,7 +192,7 @@ elif [ "${CONTAINER_FULLNAME}" = "fedora:39" ]; then
INSTALL_CHECKER_PKGS="cppcheck ShellCheck"
INSTALL_CHECKER_PKG_OPTIONS=""

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

0 comments on commit 3864f58

Please sign in to comment.