Skip to content

Commit 2d78c9d

Browse files
[build] Update default reproducible build options. (#21690)
Why I did it Update default build options which breaks mellanox's build. How I did it This change is already in pipeline file but not in config file. Local build will meet error. Now update default build config.
1 parent ba9b096 commit 2d78c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ TRUSTED_GPG_URLS = https://packages.trafficmanager.net/debian/public_key.gpg,htt
264264
# web : web packages, downloaded by wget, curl
265265
# git : git repositories, donloaded by git clone
266266
# docker: docker base images
267-
SONIC_VERSION_CONTROL_COMPONENTS ?= deb,py2,py3,web,git,docker
267+
SONIC_VERSION_CONTROL_COMPONENTS ?= py2,py3,web,git,docker
268268

269269
ifeq ($(SONIC_VERSION_CONTROL_COMPONENTS),all)
270270
override MIRROR_SNAPSHOT = y

0 commit comments

Comments
 (0)