aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
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/workflows
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/workflows')
-rw-r--r--.github/workflows/pull_request.yml4
1 files changed, 2 insertions, 2 deletions
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