364045cfe5
Why I did it Makefile needs some dependencies from the Internet. It will fail for network related issue. Retries will fix most of these issues. How I did it Add retries when running commands which maybe related with networking. How to verify it
7 lines
206 B
YAML
7 lines
206 B
YAML
variables:
|
|
DEFAULT_CONTAINER_REGISTRY: 'publicmirror.azurecr.io'
|
|
COMMON_LIB_BUILD_ENVS: 'bullseye'
|
|
SONIC_SLAVE_DOCKER_DRIVER: 'overlay2'
|
|
SONIC_BUILD_RETRY_COUNT: 3
|
|
SONIC_BUILD_RETRY_INTERVAL: 600
|