ef9089f4e8
Update to the head of the upstream staging branch * Patches 0005-0042 are from the upstream staging branch * Previous patches 0005 & 0006 are now patches 0023 & 0005 Rename redhat patches * Previous patches 0007-0017 are now patches 0043-0053 Change from using readline to libedit * readline is licensed GPL v3, and multipathd includes code licensed gpl v2. Remove README.alua * information moved to README.md
27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Martin Wilck <mwilck@suse.com>
|
|
Date: Tue, 16 Aug 2022 14:10:39 +0200
|
|
Subject: [PATCH] github workflows: coverity.yaml: add libedit-dev
|
|
|
|
This is is required after switching from libreadline to libedit.
|
|
|
|
Signed-off-by: Martin Wilck <mwilck@suse.com>
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
.github/workflows/coverity.yaml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/.github/workflows/coverity.yaml b/.github/workflows/coverity.yaml
|
|
index a8b56d43..3c6b3824 100644
|
|
--- a/.github/workflows/coverity.yaml
|
|
+++ b/.github/workflows/coverity.yaml
|
|
@@ -15,7 +15,7 @@ jobs:
|
|
sudo apt-get install --yes
|
|
gcc make pkg-config
|
|
libdevmapper-dev libreadline-dev libaio-dev libsystemd-dev
|
|
- libudev-dev libjson-c-dev liburcu-dev libcmocka-dev
|
|
+ libudev-dev libjson-c-dev liburcu-dev libcmocka-dev libedit-dev
|
|
- name: download coverity
|
|
run: >
|
|
curl -o cov-analysis-linux64.tar.gz
|