Commit 36d30f9 Alessio Treglia
authored
1 parent 62b4aa9 commit 36d30f9 Copy full SHA for 36d30f9
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 90
90
mkdir -p $(BUILDDIR )
91
91
go build -mod=readonly $(BUILD_FLAGS ) -o $(BUILDDIR ) ./simapp/simd
92
92
93
+ simd-linux : go.sum
94
+ $(MAKE ) simd GOOS=linux GOARCH=amd64 LEDGER_ENABLED=false
95
+
93
96
build-simd-all : go.sum
94
97
$(if $(shell docker inspect -f '{{ .Id }}' cosmossdk/rbuilder 2>/dev/null) ,$(info found image cosmossdk/rbuilder) ,docker pull cosmossdk/rbuilder:latest)
95
98
docker rm latest-build || true
@@ -433,7 +436,7 @@ proto-update-deps:
433
436
# ##############################################################################
434
437
435
438
# Run a 4-node testnet locally
436
- localnet-start : build- simd-linux localnet-stop
439
+ localnet-start : $( BUILDDIR ) / simd localnet-stop
437
440
$(if $(shell docker inspect -f '{{ .Id }}' cosmossdk/simd-env 2>/dev/null) ,$(info found image cosmossdk/simd-env) ,$(MAKE ) -C contrib/images simd-env)
438
441
if ! [ -f build/node0/simd/config/genesis.json ]; then docker run --rm \
439
442
--user $(shell id -u) :$(shell id -g) \
You can’t perform that action at this time.
0 commit comments