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