mirror of
https://github.com/mudler/LocalAI
synced 2026-05-24 09:28:23 +00:00
build: do not specify a BUILD_ID by default (#2284)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
4db41b71f3
commit
9b09eb005f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue