Skip to content

Commit ab5168f

Browse files
committed
Makefile: MISC variable reorg
1 parent c66bdd2 commit ab5168f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# OpenMina Makefile
22

3+
# Rust
34
NIGHTLY_RUST_VERSION = "nightly"
45

6+
# Docker
7+
DOCKER_ORG ?= openmina
8+
59
# PostgreSQL configuration for archive node
610
OPEN_ARCHIVE_ADDRESS ?= http://localhost:3007
711
PG_USER ?= openmina
@@ -12,6 +16,7 @@ PG_PORT ?= 5432
1216

1317
# Utilities
1418
NETWORK ?= devnet
19+
GIT_COMMIT := $(shell git rev-parse --short=8 HEAD)
1520

1621
.PHONY: help
1722
help: ## Ask for help!
@@ -168,8 +173,6 @@ test-vrf: ## Run VRF tests, requires nightly Rust
168173
@cd vrf && cargo +nightly test --release -- -Z unstable-options --report-time
169174

170175
# Docker build targets
171-
DOCKER_ORG ?= openmina
172-
GIT_COMMIT := $(shell git rev-parse --short=8 HEAD)
173176

174177
.PHONY: docker-build-all
175178
docker-build-all: docker-build-bootstrap-sandbox docker-build-debugger \

0 commit comments

Comments
 (0)