From f9c6e901ce7d4ce1f63e92ebac482865c122a05f Mon Sep 17 00:00:00 2001 From: Dylan Chen Date: Thu, 28 Sep 2023 15:46:06 +0800 Subject: [PATCH] no-build-rust --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 4c01da30376b..ea862c94160a 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -876,7 +876,7 @@ TARGET_PATH="${JAVA_DIR}/connector-node/assembly/target/${ARTIFACT}" echo "Building connector node..." cd "${JAVA_DIR}" -"${MAVEN_PATH}" --batch-mode --update-snapshots package -Dmaven.test.skip +"${MAVEN_PATH}" --batch-mode --update-snapshots package -Dmaven.test.skip -Dno-build-rust rm -rf ${PREFIX_BIN}/connector-node mkdir -p "${PREFIX_BIN}/connector-node"