fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40773?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: testenv: podman: add libnftables-dev ......................................................................
testenv: podman: add libnftables-dev
This is required for building osmo-s1gw from source in podman, otherwise:
/home/user/.cache/osmo-ttcn3-testenv/podman/make3/osmo-s1gw/default/lib/enftables/c_src/enftables.c:16:10: fatal error: nftables/libnftables.h: No such file or directory 16 | #include <nftables/libnftables.h> | ^~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Change-Id: I0ae94f73f0875048d9a71d1582627e57e60425c6 --- M _testenv/data/podman/Dockerfile 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: pespin: Looks good to me, approved fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/_testenv/data/podman/Dockerfile b/_testenv/data/podman/Dockerfile index 4a5e965..d79bda9 100644 --- a/_testenv/data/podman/Dockerfile +++ b/_testenv/data/podman/Dockerfile @@ -54,6 +54,7 @@ libmicrohttpd-dev \ libmnl-dev \ libmongoc-dev \ + libnftables-dev \ libnghttp2-dev \ libnl-route-3-dev \ libortp-dev \