Skip to content

Commit

Permalink
[build] Enable reproducible build options to reduce community build f…
Browse files Browse the repository at this point in the history
…ailures. (#21115)
  • Loading branch information
liushilongbuaa authored Dec 11, 2024
1 parent 1b5edaa commit 1a536df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/config
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ TRUSTED_GPG_URLS = https://packages.trafficmanager.net/debian/public_key.gpg,htt
# web : web packages, downloaded by wget, curl
# git : git repositories, donloaded by git clone
# docker: docker base images
SONIC_VERSION_CONTROL_COMPONENTS ?= none
SONIC_VERSION_CONTROL_COMPONENTS ?= deb,py2,py3,web,git,docker

ifeq ($(SONIC_VERSION_CONTROL_COMPONENTS),all)
override MIRROR_SNAPSHOT = y
Expand Down Expand Up @@ -303,7 +303,7 @@ INCLUDE_MUX = y
ENABLE_ASAN ?= n

# reset default container registry from dockerhub to other
DEFAULT_CONTAINER_REGISTRY ?=
DEFAULT_CONTAINER_REGISTRY ?= publicmirror.azurecr.io

# INCLUDE_BOOTCHART - install systemd-bootchart
INCLUDE_BOOTCHART = y
Expand Down

0 comments on commit 1a536df

Please sign in to comment.