From fcdb151b4fa73db5996c9d537bb591f334462303 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 29 Jun 2024 21:14:58 +0200 Subject: .github/workflows/nx-libs.yml: Assure libtirpc-dev being installed for Debian/Ubuntu builds. --- .github/workflows/nx-libs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/nx-libs.yml b/.github/workflows/nx-libs.yml index c77a1d003..c76467e75 100644 --- a/.github/workflows/nx-libs.yml +++ b/.github/workflows/nx-libs.yml @@ -100,7 +100,7 @@ jobs: apt-get install -q -y \ libpixman-1-dev libjpeg-dev libxcomposite-dev libxdamage-dev \ libxml2-dev libxfont-dev libxinerama-dev libxpm-dev libxrandr-dev \ - libxtst-dev x11proto-fonts-dev + libxtst-dev x11proto-fonts-dev libtirpc-dev # soft requirements apt-get install -q -y \ quilt x11-xkb-utils -- cgit v1.2.3 From 8f3b446b1336d2c54690468c062c3098df96ba96 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 29 Jun 2024 21:26:43 +0200 Subject: .github/workflows/nx-libs.yml: Drop CI builds against CentOS Stream 8. End-of-life since 2024-05-31. --- .github/workflows/nx-libs.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/nx-libs.yml b/.github/workflows/nx-libs.yml index c76467e75..88b1f5e2b 100644 --- a/.github/workflows/nx-libs.yml +++ b/.github/workflows/nx-libs.yml @@ -27,8 +27,6 @@ jobs: - { container: 'debian:sid', cc-version: clang } - { container: 'quay.io/centos/centos:7', cc-version: gcc } - { container: 'quay.io/centos/centos:7', cc-version: clang } - - { container: 'quay.io/centos/centos:stream8', cc-version: gcc } - - { container: 'quay.io/centos/centos:stream8', cc-version: clang } - { container: 'quay.io/centos/centos:stream9', cc-version: gcc } - { container: 'quay.io/centos/centos:stream9', cc-version: clang } - { container: 'fedora:latest', cc-version: gcc } -- cgit v1.2.3