From 9941cfe9b5b139f48d26e4b8cb8dbb11eef05b58 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Fri, 2 Aug 2024 19:24:23 +0200 Subject: [PATCH] Install libproc2-dev in Linux build environment This ensures that the plugin will attempt to load either libprocps-dev or libproc2-dev libraries at runtime, instead of just the libprocps-dev library Dep packages taken from: * https://packages.debian.org/bookworm/libproc2-0 * https://packages.debian.org/bookworm/libproc2-dev --- .github/scripts/.build-deps.zsh | 7 ++++++- .../linux/ubuntu22/libproc2-0_4.0.2-3_amd64.deb | Bin 0 -> 62804 bytes .../ubuntu22/libproc2-dev_4.0.2-3_amd64.deb | Bin 0 -> 78468 bytes 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 build-aux/CI/linux/ubuntu22/libproc2-0_4.0.2-3_amd64.deb create mode 100644 build-aux/CI/linux/ubuntu22/libproc2-dev_4.0.2-3_amd64.deb diff --git a/.github/scripts/.build-deps.zsh b/.github/scripts/.build-deps.zsh index f7bc840d..869f43a0 100755 --- a/.github/scripts/.build-deps.zsh +++ b/.github/scripts/.build-deps.zsh @@ -456,7 +456,12 @@ Usage: %B${functrace[1]%:*}%b