From 9b09eb005fad0924015cb0c42a6ea30dca14858a Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 10 May 2024 16:01:55 +0200 Subject: [PATCH] build: do not specify a BUILD_ID by default (#2284) Signed-off-by: Ettore Di Giacinto --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1eba3b22..b02e2039 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ CGO_LDFLAGS?= CGO_LDFLAGS_WHISPER?= CUDA_LIBPATH?=/usr/local/cuda/lib64/ GO_TAGS?= -BUILD_ID?=git +BUILD_ID?= TEST_DIR=/tmp/test