From 5de92e97887e2aa76bd2add864033973db4d430c Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 2 Dec 2021 23:45:19 +0900 Subject: [PATCH] Bump CI to Fedora 35 (#1806) --- .github/workflows/ci.yml | 2 +- .github/workflows/linux-ci-helper.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc88181..9627861 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: - debian:stretch - centos:centos8 - centos:centos7 - - fedora:34 + - fedora:35 - opensuse/leap:15 container: diff --git a/.github/workflows/linux-ci-helper.sh b/.github/workflows/linux-ci-helper.sh index fb0cec7..3ba0f5f 100755 --- a/.github/workflows/linux-ci-helper.sh +++ b/.github/workflows/linux-ci-helper.sh @@ -124,7 +124,7 @@ elif [ "${CONTAINER_FULLNAME}" = "centos:centos7" ]; then # CONFIGURE_OPTIONS="CXXFLAGS='-O2 -std=c++11 -DS3FS_PTHREAD_ERRORCHECK=1' --prefix=/usr --with-openssl" -elif [ "${CONTAINER_FULLNAME}" = "fedora:34" ]; then +elif [ "${CONTAINER_FULLNAME}" = "fedora:35" ]; then PACKAGE_MANAGER_BIN="dnf" PACKAGE_UPDATE_OPTIONS="update -y -qq"