Skip to content

Commit

Permalink
fix: add makefile variable
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed May 8, 2024
1 parent 0d1c6a1 commit 6ff9dda
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
XMS = 2g
XMX = 6g

VERSION=$(shell cat VALD_CLIENT_CLJ_VERSION)

NATIVE_IMAGE_CONFIG_OUTPUT_DIR=native-config

TARGET_JAR=target/vald-client-clj-$(VERSION)-standalone.jar
REPO ?= vdaas
NAME = vald
VALDREPO = github.com/$(REPO)/$(NAME)
LANGUAGE = clj
PKGNAME = $(NAME)-client-$(LANGUAGE)
PKGREPO = github.com/$(REPO)/$(PKGNAME)

VALD_DIR = vald
VALD_SHA = VALD_SHA
VALD_CLIENT_CLJ_VERSION = VALD_CLIENT_CLJ_VERSION
VALD_CHECKOUT_REF ?= main

VERSION=$(shell cat VALD_CLIENT_CLJ_VERSION)

NATIVE_IMAGE_CONFIG_OUTPUT_DIR=native-config

TARGET_JAR=target/vald-client-clj-$(VERSION)-standalone.jar

TEST_DATASET_PATH = wordvecs1000.json

.PHONY: all
Expand Down

0 comments on commit 6ff9dda

Please sign in to comment.