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: abi.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/abi.yaml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/.github/workflows/abi.yaml b/.github/workflows/abi.yaml
|
|
index 0a40104a..89b971cd 100644
|
|
--- a/.github/workflows/abi.yaml
|
|
+++ b/.github/workflows/abi.yaml
|
|
@@ -30,7 +30,7 @@ jobs:
|
|
sudo apt-get install --yes gcc
|
|
gcc make pkg-config abigail-tools
|
|
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: create ABI
|
|
run: make -O -j$(grep -c ^processor /proc/cpuinfo) abi.tar.gz
|
|
- name: save ABI
|