Message ID | 20190514233028.3905-4-jgg@ziepe.ca (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Build system updates | expand |
On Tue, May 14, 2019 at 08:30:26PM -0300, Jason Gunthorpe wrote: > From: Jason Gunthorpe <jgg@mellanox.com> > > It is available now. > > Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> > --- > buildlib/cbuild | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
diff --git a/buildlib/cbuild b/buildlib/cbuild index 3035db9f375c1d..a659a77fc5bb74 100755 --- a/buildlib/cbuild +++ b/buildlib/cbuild @@ -219,7 +219,7 @@ class stretch(APTEnvironment): class debian_experimental(APTEnvironment): docker_parent = "debian:experimental" - pkgs = (stretch.pkgs ^ {"gcc"}) | {"gcc-7"}; + pkgs = (stretch.pkgs ^ {"gcc"}) | {"gcc-9"}; name = "debian-experimental"; def get_docker_file(self):