@@ -64,7 +64,7 @@ let MinaBuildSpec =
6464 , arch : Arch. Type
6565 , deb_legacy_version : Text
6666 , suffix : Optional Text
67- , if : Optional B / If
67+ , if_ : Optional B / If
6868 }
6969 , default =
7070 { prefix = " MinaArtifact"
@@ -83,7 +83,7 @@ let MinaBuildSpec =
8383 , suffix = None Text
8484 , deb_legacy_version = " 3.1.1-alpha1-compatible-14a8b92"
8585 , arch = Arch.Type. Amd64
86- , if = None B / If
86+ , if_ = None B / If
8787 }
8888 }
8989
@@ -140,7 +140,7 @@ let build_artifacts
140140 , label = " Debian: Build ${labelSuffix spec}"
141141 , key = " build-deb-pkg${Optional/default Text " " spec.suffix}"
142142 , target = Size. XLarge
143- , if = spec. if
143+ , if_ = spec. if_
144144 , retries =
145145 [ Command. Retry:: {
146146 , exit_status = Command.ExitStatus. Code + 2
@@ -183,7 +183,7 @@ let docker_step
183183 , deb_legacy_version = spec. deb_legacy_version
184184 , verify = True
185185 , arch = spec. arch
186- , if = spec. if
186+ , if_ = spec. if_
187187 }
188188 ]
189189 , DaemonAutoHardfork =
@@ -244,7 +244,7 @@ let docker_step
244244 , deb_repo = DebianRepo.Type. Local
245245 , deb_legacy_version = spec. deb_legacy_version
246246 , arch = spec. arch
247- , if = spec. if
247+ , if_ = spec. if_
248248 }
249249 ]
250250 , Archive =
@@ -260,7 +260,7 @@ let docker_step
260260 , deb_legacy_version = spec. deb_legacy_version
261261 , verify = True
262262 , arch = spec. arch
263- , if = spec. if
263+ , if_ = spec. if_
264264 }
265265 ]
266266 , Rosetta =
@@ -275,7 +275,7 @@ let docker_step
275275 , deb_legacy_version = spec. deb_legacy_version
276276 , verify = True
277277 , arch = spec. arch
278- , if = spec. if
278+ , if_ = spec. if_
279279 }
280280 ]
281281 , ZkappTestTransaction =
@@ -289,7 +289,7 @@ let docker_step
289289 , deb_codename = spec. debVersion
290290 , deb_legacy_version = spec. deb_legacy_version
291291 , arch = spec. arch
292- , if = spec. if
292+ , if_ = spec. if_
293293 }
294294 ]
295295 , FunctionalTestSuite =
@@ -304,7 +304,7 @@ let docker_step
304304 , deb_profile = spec. profile
305305 , deb_legacy_version = spec. deb_legacy_version
306306 , arch = spec. arch
307- , if = spec. if
307+ , if_ = spec. if_
308308 }
309309 ]
310310 , Toolchain = [] : List DockerImage.ReleaseSpec. Type
0 commit comments