From f39c67fcebe30c65b6dff191c0a1392639bb71e3 Mon Sep 17 00:00:00 2001 From: "Dmitry K." Date: Wed, 8 May 2024 15:52:11 -0700 Subject: [PATCH] dedicated make target for hl --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 558b7afbb..82235cc52 100644 --- a/Makefile +++ b/Makefile @@ -838,7 +838,6 @@ trigger_ci: ## Trigger the CI pipeline by submitting an empty commit; See https: git commit --allow-empty -m "Empty commit" git push - .PHONY: install install: ## Build and install the binary go install -mod readonly -tags "" -ldflags "$(ldflags)" ./cmd/poktrolld @@ -868,6 +867,10 @@ heighliner_pre_build: # Steps to execute during pre-build phase in heighliner. H make ignite_install make proto_regen +.PHONY: heighliner_build +heighliner_pre_build: # Steps to execute during pre-build phase in heighliner. Having this step here makes it so we don't need to submit a PR on their side if we want to change something. + make install + # .PHONY: heighliner_use_prebuilt_binaries # heighliner_use_prebuilt_binaries: # Uses binaries prebuilt by ignite # apk add gcompat