This website requires JavaScript.
Explore
Help
Register
Sign In
matthew
/
sonic-buildimage
Watch
1
Star
0
Fork
0
You've already forked sonic-buildimage
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
master
sonic-buildimage
/
.azure-pipelines
/
azure-pipelines-repd-build-variables.yml
3 lines
100 B
YAML
Raw
Permalink
Normal View
History
Unescape
Escape
[Build]: Support reproducible build for release branches (#9426) [Build]: Support reproducible build for release branches #9426
2021-12-23 02:16:55 -06:00
variables
:
[Build] Fix the reproducible build variable display error in the slave container (#14543) Why I did it Enable the reproducible build for PR build for master branch Fix the reproducible build variable display error in the slave container. The below config is none, although the config is set and takes effect. "SONIC_VERSION_CONTROL_COMPONENTS": "none" How I did it Passing the variable through the slave container command line. The variable has been passed to the slave container and the other docker container by a config file, it is only used to display the value during the build. How to verify it See https://dev.azure.com/mssonic/build/_build/results?buildId=247960&view=logs&j=88ce9a53-729c-5fa9-7b6e-3d98f2488e3f&t=88f376cf-c35d-5783-0a48-9ad83a873284 "SONIC_VERSION_CONTROL_COMPONENTS": "deb,py2,py3,web,git,docker"
2023-04-10 01:56:30 -05:00
VERSION_CONTROL_OPTIONS
:
'SONIC_VERSION_CONTROL_COMPONENTS=deb,py2,py3,web,git,docker'
Reference in New Issue
Copy Permalink