-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -861,6 +861,10 @@ ignite_install: ## Install ignite. Used by CI and heighliner. | |
rm ignite_28.3.0_$(OS)_$(ARCH).tar.gz; \ | ||
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. | ||
apk add gcompat | ||
go install github.com/bufbuild/buf/cmd/[email protected] | ||
|
||
##################### | ||
### Documentation ### | ||
|