Skip to content

Commit

Permalink
install first
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed May 8, 2024
1 parent f44406f commit 1b99f9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -862,9 +862,11 @@ ignite_install: ## Install ignite. Used by CI and heighliner.
ignite version

.PHONY: heighliner_pre_build
heighliner_pre_build: ignite_install proto_regen # 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.
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.
apk add gcompat
go install github.com/bufbuild/buf/cmd/[email protected]
make ignite_install
make proto_regen

#####################
### Documentation ###
Expand Down

0 comments on commit 1b99f9a

Please sign in to comment.