[PATCH rdma-core 2/2] cbuild: Update to Fedora Core 30

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>

Now that FC30 is released, update cbuild to support it.

Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
---
 buildlib/cbuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildlib/cbuild b/buildlib/cbuild
index 095b17782fd331..0010f16acfc0e7 100755
--- a/buildlib/cbuild
+++ b/buildlib/cbuild
@@ -139,10 +139,10 @@ class centos7_epel(centos7):
         res.lines.append("RUN ln -s /usr/bin/cmake3 /usr/local/bin/cmake");
         return res;
 
-class fc29(Environment):
-    docker_parent = "fedora:29";
+class fc30(Environment):
+    docker_parent = "fedora:30";
     pkgs = (centos7.pkgs - {"make", "python-argparse" }) | {"ninja-build","pandoc","perl-generators","python3-Cython","python3-devel"};
-    name = "fc29";
+    name = "fc30";
     specfile = "redhat/rdma-core.spec";
     ninja_cmd = "ninja-build";
     is_rpm = True;
@@ -377,7 +377,7 @@ environments = [centos6(),
                 bionic(),
                 jessie(),
                 stretch(),
-                fc29(),
+                fc30(),
                 leap(),
                 tumbleweed(),
                 debian_experimental(),
-- 
2.21.0




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux