File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# OpenMina Makefile
2
2
3
+ # Rust
3
4
NIGHTLY_RUST_VERSION = "nightly"
4
5
6
+ # Docker
7
+ DOCKER_ORG ?= openmina
8
+
5
9
# PostgreSQL configuration for archive node
6
10
OPEN_ARCHIVE_ADDRESS ?= http://localhost:3007
7
11
PG_USER ?= openmina
@@ -12,6 +16,7 @@ PG_PORT ?= 5432
12
16
13
17
# Utilities
14
18
NETWORK ?= devnet
19
+ GIT_COMMIT := $(shell git rev-parse --short=8 HEAD)
15
20
16
21
.PHONY : help
17
22
help : # # Ask for help!
@@ -168,8 +173,6 @@ test-vrf: ## Run VRF tests, requires nightly Rust
168
173
@cd vrf && cargo +nightly test --release -- -Z unstable-options --report-time
169
174
170
175
# Docker build targets
171
- DOCKER_ORG ?= openmina
172
- GIT_COMMIT := $(shell git rev-parse --short=8 HEAD)
173
176
174
177
.PHONY : docker-build-all
175
178
docker-build-all : docker-build-bootstrap-sandbox docker-build-debugger \
You can’t perform that action at this time.
0 commit comments