You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
664 B
26 lines
664 B
8 months ago
|
From 128d784dacb456f9ea675911e88d4b47925bda0d Mon Sep 17 00:00:00 2001
|
||
|
From: Frantisek Sumsal <frantisek@sumsal.cz>
|
||
|
Date: Wed, 20 Jul 2022 10:24:36 +0200
|
||
|
Subject: [PATCH] ci: install iputils
|
||
|
|
||
|
Required by test-bpf.
|
||
|
|
||
|
rhel-only
|
||
|
Related: #2087152
|
||
|
---
|
||
|
.github/workflows/unit_tests.sh | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/.github/workflows/unit_tests.sh b/.github/workflows/unit_tests.sh
|
||
|
index c1311310fb..3859433720 100755
|
||
|
--- a/.github/workflows/unit_tests.sh
|
||
|
+++ b/.github/workflows/unit_tests.sh
|
||
|
@@ -11,6 +11,7 @@ ADDITIONAL_DEPS=(
|
||
|
dnsmasq
|
||
|
e2fsprogs
|
||
|
hostname
|
||
|
+ iputils
|
||
|
libasan
|
||
|
libubsan
|
||
|
nc
|