Skip to content

Commit

Permalink
dedicated make target for hl
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed May 8, 2024
1 parent f7ebc99 commit f39c67f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f39c67f

Please sign in to comment.