aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSwapnil Ingle <swapnil.ingle@nutanix.com>2021-11-11 19:17:59 +0100
committerGitHub <noreply@github.com>2021-11-11 19:17:59 +0100
commit8614299d1cce54a1a30c209c99e3a659f01bf365 (patch)
treed106ab5700d0674e92683131a21bc208f555bb75 /.github
parent68f2cae354c5ebea13c2c4628fb012ad756fd6c9 (diff)
downloadlibvfio-user-8614299d1cce54a1a30c209c99e3a659f01bf365.zip
libvfio-user-8614299d1cce54a1a30c209c99e3a659f01bf365.tar.gz
libvfio-user-8614299d1cce54a1a30c209c99e3a659f01bf365.tar.bz2
Use fedora35 for pre-push test (#620)
Recent pre-push runs on fedora34 are failing with setup issues, where it complains abour GLIBC_2.34 not found. Now instead we can start using fedora35 Signed-off-by: Swapnil Ingle <swapnil.ingle@nutanix.com> Reviewed-by: John Levon <john.levon@nutanix.com>
Diffstat (limited to '.github')
-rw-r--r--.github/settings.yml2
-rw-r--r--.github/workflows/pull_request.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/settings.yml b/.github/settings.yml
index bc5b5f6..fde1224 100644
--- a/.github/settings.yml
+++ b/.github/settings.yml
@@ -107,7 +107,7 @@ branches:
- centos-7
- ubuntu-18
- ubuntu-20
- - fedora-34
+ - fedora-35
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
enforce_admins: true
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 26ec8f6..804c822 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -37,7 +37,7 @@ jobs:
yum -y install clang cmake json-c-devel libcmocka-devel \
openssl-devel valgrind python36-pytest which
make pre-push VERBOSE=1
- fedora-34:
+ fedora-35:
timeout-minutes: 10
runs-on: ubuntu-latest
container: fedora
@@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v2
- name: pre-push
run: |
- dnf -y install --releasever=34 \
+ dnf -y install --releasever=35 \
gcc make clang cmake json-c-devel libcmocka-devel openssl-devel \
pciutils diffutils valgrind python3-pytest python3-flake8 which
make pre-push VERBOSE=1