From 0eeb6042587c0c456fb36c04e2febd3ccac93f68 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Thu, 1 Dec 2022 09:26:46 -0800 Subject: [PATCH] [build]: Disable stretch slave container (#12868) The only platforms that currently need the stretch slave container are innovium and nephos, and both are not building with the current code due to other issues. All other platforms only need buster and bullseye slave containers. Signed-off-by: Saikrishna Arcot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af3d7086ec..51b0d9015c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SONiC make file NOJESSIE ?= 1 -NOSTRETCH ?= 0 +NOSTRETCH ?= 1 NOBUSTER ?= 0 NOBULLSEYE ?= 0