From: Leon Romanovsky <leonro@xxxxxxxxxxxx> Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> --- buildlib/cbuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildlib/cbuild b/buildlib/cbuild index 3f659bf8..16743a51 100755 --- a/buildlib/cbuild +++ b/buildlib/cbuild @@ -127,10 +127,10 @@ class centos7_epel(centos7): res.lines.append("RUN ln -s /usr/bin/cmake3 /usr/local/bin/cmake"); return res; -class fc26(Environment): - docker_parent = "fedora:26"; +class fc27(Environment): + docker_parent = "fedora:27"; pkgs = (centos7.pkgs - {"make"}) | {"ninja-build"}; - name = "fc26"; + name = "fc27"; specfile = "redhat/rdma-core.spec"; ninja_cmd = "ninja-build"; is_rpm = True; @@ -336,7 +336,7 @@ environments = [centos6(), artful(), jessie(), stretch(), - fc26(), + fc27(), leap(), tumbleweed(), debian_experimental(), -- 2.16.1 -- 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