From 1b99f9aabd636da9281c52512c899a9843b33bf7 Mon Sep 17 00:00:00 2001 From: "Dmitry K." Date: Tue, 7 May 2024 17:46:22 -0700 Subject: [PATCH] install first --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 139c8bad6..63c493cba 100644 --- a/Makefile +++ b/Makefile @@ -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/buf@v1.31.0 + make ignite_install + make proto_regen ##################### ### Documentation ###