Skip to content

Commit edf5e44

Browse files
[build] Disable reproducible build in 202205. (#11071)
Why I did it It seems that reproducible build and dood conflicts. Disable reproducible build first. Investigate the issue later.
1 parent 1c2e361 commit edf5e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
22
${{ if and(ge(variables['Build.SourceBranchName'], '202012'), le(variables['Build.SourceBranchName'], '299999')) }}:
3-
VERSION_CONTROL_OPTIONS: 'SONIC_VERSION_CONTROL_COMPONENTS=deb,py2,py3,web,git,docker'
3+
VERSION_CONTROL_OPTIONS: ''
44
${{ if or(lt(variables['Build.SourceBranchName'], '202012'), gt(variables['Build.SourceBranchName'], '299999')) }}:
55
VERSION_CONTROL_OPTIONS: ''

0 commit comments

Comments
 (0)