Skip to content

Commit

Permalink
Clean up the znet builder (#417)
Browse files Browse the repository at this point in the history
* Clean up the `znet` builder

* Merge master into wojtek/cleanup-build

* Merge master into wojtek/cleanup-build

* Merge master into wojtek/cleanup-build
  • Loading branch information
wojtek-coreum committed Jun 19, 2024
1 parent 2f1dbe8 commit 11b4b95
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 @@ -29,13 +26,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 11b4b95

Please sign in to comment.