Skip to content

Commit

Permalink
Clean up the znet builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek committed Jun 14, 2024
1 parent afb494a commit 06f0bb9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build/crust/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ import (
"github.com/pkg/errors"

"github.com/CoreumFoundation/coreum-tools/pkg/must"
"github.com/CoreumFoundation/crust/build/gaia"
"github.com/CoreumFoundation/crust/build/golang"
"github.com/CoreumFoundation/crust/build/hermes"
"github.com/CoreumFoundation/crust/build/osmosis"
"github.com/CoreumFoundation/crust/build/tools"
"github.com/CoreumFoundation/crust/build/types"
)
Expand All @@ -31,13 +28,6 @@ func BuildBuilder(ctx context.Context, deps types.DepsFunc) error {

// BuildZNet builds znet.
func BuildZNet(ctx context.Context, deps types.DepsFunc) error {
// FIXME (wojciech): Remove these deps once all the repos use znet programmatically
deps(
gaia.BuildDockerImage,
osmosis.BuildDockerImage,
hermes.BuildDockerImage,
)

outDir := "bin/.cache"
items, err := os.ReadDir(outDir)
if err != nil {
Expand Down

0 comments on commit 06f0bb9

Please sign in to comment.