[PATCH rdma-core 8/8] cbuild: Add Ubuntu Bionic

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

 



From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>

This is the latest LTS.

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

diff --git a/buildlib/cbuild b/buildlib/cbuild
index dfeb492b089330..f57e733cefc54f 100755
--- a/buildlib/cbuild
+++ b/buildlib/cbuild
@@ -188,11 +188,11 @@ class xenial(APTEnvironment):
     name = "ubuntu-16.04";
     aliases = {"xenial"};
 
-class artful(APTEnvironment):
-    docker_parent = "ubuntu:17.10"
+class bionic(APTEnvironment):
+    docker_parent = "ubuntu:18.04"
     pkgs = xenial.pkgs
-    name = "ubuntu-17.10";
-    aliases = {"artful"};
+    name = "ubuntu-18.04";
+    aliases = {"bionic"};
 
 class jessie(APTEnvironment):
     docker_parent = "debian:8"
@@ -359,7 +359,7 @@ environments = [centos6(),
                 travis(),
                 trusty(),
                 xenial(),
-                artful(),
+                bionic(),
                 jessie(),
                 stretch(),
                 fc28(),
-- 
2.19.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