Latest stable debian release Signed-off-by: Jason Gunthorpe <jgunthorpe@xxxxxxxxxxxxxxxxxxxx> --- buildlib/cbuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/buildlib/cbuild b/buildlib/cbuild index 78c9d7a8176ae4..48a8c1ea48ea5e 100755 --- a/buildlib/cbuild +++ b/buildlib/cbuild @@ -182,6 +182,12 @@ class jessie(APTEnvironment): name = "debian-8"; aliases = {"jessie"}; +class stretch(APTEnvironment): + docker_parent = "debian:9" + pkgs = trusty.pkgs; + name = "debian-9"; + aliases = {"stretch"}; + class debian_experimental(APTEnvironment): docker_parent = "debian:experimental" pkgs = (trusty.pkgs ^ {"gcc"}) | {"gcc-7"}; @@ -318,6 +324,7 @@ environments = [centos6(), trusty(), xenial(), jessie(), + stretch(), fc26(), harlequin(), malachite(), -- 2.7.4 -- 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