Skip to content

Commit 1a536df

Browse files
[build] Enable reproducible build options to reduce community build failures. (#21115)
1 parent 1b5edaa commit 1a536df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/config

Lines changed: 2 additions & 2 deletions
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 ?= none
267+
SONIC_VERSION_CONTROL_COMPONENTS ?= deb,py2,py3,web,git,docker
268268

269269
ifeq ($(SONIC_VERSION_CONTROL_COMPONENTS),all)
270270
override MIRROR_SNAPSHOT = y
@@ -303,7 +303,7 @@ INCLUDE_MUX = y
303303
ENABLE_ASAN ?= n
304304

305305
# reset default container registry from dockerhub to other
306-
DEFAULT_CONTAINER_REGISTRY ?=
306+
DEFAULT_CONTAINER_REGISTRY ?= publicmirror.azurecr.io
307307

308308
# INCLUDE_BOOTCHART - install systemd-bootchart
309309
INCLUDE_BOOTCHART = y

0 commit comments

Comments
 (0)