add all missing go.mod for debugging tools (#18049)

This commit is contained in:
Harshavardhana
2023-09-18 13:47:03 -07:00
committed by GitHub
parent fd421ddd6f
commit 8c4561b8da
10 changed files with 103 additions and 9 deletions

View File

@@ -131,6 +131,7 @@ verify-healing-inconsistent-versions: ## verify resolving inconsistent versions
build: checks ## builds minio to $(PWD)
@echo "Building minio binary to './minio'"
@CGO_ENABLED=0 go build -tags kqueue -trimpath --ldflags "$(LDFLAGS)" -o $(PWD)/minio 1>/dev/null
@(env bash $(PWD)/docs/debugging/build.sh)
hotfix-vars:
$(eval LDFLAGS := $(shell MINIO_RELEASE="RELEASE" MINIO_HOTFIX="hotfix.$(shell git rev-parse --short HEAD)" go run buildscripts/gen-ldflags.go $(shell git describe --tags --abbrev=0 | \