Signed-off-by: Nicolas Morey-Chaisemartin <NMoreyChaisemartin@xxxxxxxx> --- buildlib/cbuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/buildlib/cbuild b/buildlib/cbuild index 918bf233..fac1c3c6 100755 --- a/buildlib/cbuild +++ b/buildlib/cbuild @@ -292,13 +292,14 @@ class ZypperEnvironment(Environment): return res; class leap(ZypperEnvironment): - docker_parent = "opensuse:42.2"; + docker_parent = "opensuse:42.3"; specfile = "suse/rdma-core.spec"; pkgs = { 'cmake', 'gcc', 'libnl3-devel', 'libudev-devel', + 'udev', 'make', 'ninja', 'pkg-config', @@ -307,7 +308,7 @@ class leap(ZypperEnvironment): 'systemd-devel', 'valgrind-devel', }; - name = "opensuse-42.2"; + name = "opensuse-42.3"; aliases = {"leap"}; class tumbleweed(ZypperEnvironment): -- 2.14.1.461.g503560879 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html