aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2022-05-12 11:01:20 +0100
committerGitHub <noreply@github.com>2022-05-12 11:01:20 +0100
commit928bba3dcc84c73d79fcd9ac1ea6467410477c45 (patch)
tree3abb6c275f8011ce8aa425224b15efc67eb20eb3 /.github/workflows
parent42d4747809c39ce1f0c58b47d71e5670c610e1b0 (diff)
downloadlibvfio-user-928bba3dcc84c73d79fcd9ac1ea6467410477c45.zip
libvfio-user-928bba3dcc84c73d79fcd9ac1ea6467410477c45.tar.gz
libvfio-user-928bba3dcc84c73d79fcd9ac1ea6467410477c45.tar.bz2
add an ubuntu-latest PR run (#668)
Without this, we didn't detect the openssl-3.0 build breakage. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pull_request.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index ab1594d..e905dd5 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -13,6 +13,18 @@ jobs:
python3-pytest debianutils flake8 meson \
ninja-build
./.github/workflows/pull_request.sh
+ ubuntu-22:
+ timeout-minutes: 10
+ runs-on: ubuntu-22.04
+ steps:
+ - uses: actions/checkout@v2
+ - name: pre-push
+ run: |
+ sudo apt-get update
+ sudo apt-get -y install libjson-c-dev libcmocka-dev clang valgrind \
+ python3-pytest debianutils flake8 meson \
+ ninja-build
+ ./.github/workflows/pull_request.sh
centos-7:
timeout-minutes: 10
runs-on: ubuntu-latest