File tree Expand file tree Collapse file tree 3 files changed +3
-142
lines changed
Expand file tree Collapse file tree 3 files changed +3
-142
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,7 @@ let stepLabel =
100100
101101let generateStep =
102102 \ (spec : ReleaseSpec. Type )
103- -> let installBuildx = " ./scripts/docker/setup_buildx.sh"
104-
105- let exportMinaDebCmd =
103+ -> let exportMinaDebCmd =
106104 " export MINA_DEB_CODENAME=${DebianVersions.lowerName
107105 spec.deb_codename}"
108106
@@ -228,9 +226,7 @@ let generateStep =
228226 , Stable = remoteRepoCmds
229227 , Local =
230228 [ Cmd. run
231- ( installBuildx
232- ++ " && "
233- ++ exportMinaDebCmd
229+ ( exportMinaDebCmd
234230 ++ " && "
235231 ++ pruneDockerImages
236232 ++ maybeStartDebianRepo
Original file line number Diff line number Diff line change @@ -118,8 +118,7 @@ let build_artifacts
118118 -> Command. build
119119 Command. Config:: {
120120 , commands =
121- [ Cmd. run " ./scripts/docker/setup_buildx.sh" ]
122- # Toolchain. select
121+ Toolchain. select
123122 spec. toolchainSelectMode
124123 spec. debVersion
125124 spec. arch
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments