From 928bba3dcc84c73d79fcd9ac1ea6467410477c45 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 12 May 2022 11:01:20 +0100 Subject: add an ubuntu-latest PR run (#668) Without this, we didn't detect the openssl-3.0 build breakage. Signed-off-by: John Levon Reviewed-by: Thanos Makatos --- .github/settings.yml | 1 + .github/workflows/pull_request.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+) (limited to '.github') diff --git a/.github/settings.yml b/.github/settings.yml index 1547076..2e7830b 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -106,6 +106,7 @@ branches: contexts: - centos-7 - ubuntu-20 + - ubuntu-22 - 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 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 -- cgit v1.1