mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
add all missing go.mod for debugging tools (#18049)
This commit is contained in:
1
Makefile
1
Makefile
@@ -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 | \
|
||||
|
||||
Reference in New Issue
Block a user