Skip to content

Commit

Permalink
[build]: Disable stretch slave container (#12868)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
saiarcot895 authored Dec 1, 2022
1 parent 2b3e884 commit 3226c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SONiC make file

NOJESSIE ?= 1
NOSTRETCH ?= 0
NOSTRETCH ?= 1
NOBUSTER ?= 0
NOBULLSEYE ?= 0

Expand Down

0 comments on commit 3226c40

Please sign in to comment.