From e87621cdab9dfec0d12f0db33e350580a3b033f1 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 048673234d..5ebb6b6a05 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SONiC make file NOJESSIE ?= 1 -NOSTRETCH ?= 0 +NOSTRETCH ?= 1 NOBUSTER ?= 0 NOBULLSEYE ?= 0