File tree Expand file tree Collapse file tree 4 files changed +5
-59
lines changed Expand file tree Collapse file tree 4 files changed +5
-59
lines changed Original file line number Diff line number Diff line change 1717fi
1818
1919
20- # TODO: Stop building lib_p2p multiple times by pulling from buildkite-agent artifacts or docker or somewhere
21- echo " --- Build libp2p_helper TODO: use the previously uploaded build artifact"
20+ echo " --- Build libp2p_helper"
2221make -C src/app/libp2p_helper
2322
2423MAINNET_TARGETS=" "
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ let JobSpec = ../Pipeline/JobSpec.dhall
1616
1717let Size = ./ Size. dhall
1818
19- let Libp2p = ./ Libp2pHelperBuild. dhall
20-
2119let DockerImage = ./ DockerImage. dhall
2220
2321let DebianVersions = ../ Constants / DebianVersions. dhall
@@ -320,20 +318,14 @@ let onlyDebianPipeline
320318 = \ (spec : MinaBuildSpec. Type )
321319 -> pipelineBuilder
322320 spec
323- [ Libp2p. step spec. debVersion spec. buildFlags
324- , build_artifacts spec
325- , publish_to_debian_repo spec
326- ]
321+ [ build_artifacts spec, publish_to_debian_repo spec ]
327322
328323let pipeline
329324 : MinaBuildSpec. Type -> Pipeline.Config. Type
330325 = \ (spec : MinaBuildSpec. Type )
331326 -> pipelineBuilder
332327 spec
333- ( [ Libp2p. step spec. debVersion spec. buildFlags
334- , build_artifacts spec
335- , publish_to_debian_repo spec
336- ]
328+ ( [ build_artifacts spec, publish_to_debian_repo spec ]
337329 # docker_commands spec
338330 )
339331
Original file line number Diff line number Diff line change 1- let B = ../../ External / Buildkite. dhall
2-
31let SelectFiles = ../../ Lib / SelectFiles. dhall
42
53let Pipeline = ../../ Pipeline / Dsl. dhall
@@ -14,8 +12,6 @@ let Command = ../../Command/Base.dhall
1412
1513let Size = ../../ Command / Size. dhall
1614
17- let B / SoftFail = B. definitions/ commandStep/ properties/ soft_fail/ Type
18-
1915in Pipeline. build
2016 Pipeline. Config:: {
2117 , spec = JobSpec :: {
@@ -39,8 +35,9 @@ in Pipeline.build
3935 [ Cmd. runInDocker
4036 Cmd. Docker:: {
4137 , image = (../../ Constants / ContainerImages. dhall). xrefcheck
38+ , useBash = False
4239 }
43- ( " awesome_bot -allow-dupe "
40+ ( " awesome_bot -- allow-dupe "
4441 ++ " --allow-redirect "
4542 ++ " --allow 403,401 "
4643 ++ " --skip-save-results "
@@ -55,7 +52,6 @@ in Pipeline.build
5552 , label = " Verifies references in markdown"
5653 , key = " xrefcheck"
5754 , target = Size. Multi
58- , soft_fail = Some (B / SoftFail. Boolean True )
5955 }
6056 ]
6157 }
You can’t perform that action at this time.
0 commit comments