[Build]: Fix the buster slave not built issue when building configure (#10696)

Why I did it
[Build]: Fix the buster slave not built issue when building configure

When running build command "make configure", we can expect the buster slave will be built.
This commit is contained in:
xumia 2022-04-28 16:13:21 +08:00 committed by GitHub
parent 7a3e2c19b1
commit 3e29919b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
NOJESSIE ?= 1
NOSTRETCH ?= 0
NOBUSTER ?= 0
ifeq ($(NOJESSIE),0)
BUILD_JESSIE=1