Skip to content

Commit 9c7d877

Browse files
dongjoon-hyunviirya
authored andcommitted
[SPARK-35373][BUILD][FOLLOWUP][3.1] Update zinc installation
### What changes were proposed in this pull request? This PR is a follow-up of apache#32505 to fix `zinc` installation. ### Why are the changes needed? Currently, branch-3.1/3.0 is broken. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the GitHub Action. Closes apache#32591 from dongjoon-hyun/SPARK-35373. Authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
1 parent 48c42ed commit 9c7d877

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/mvn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,10 @@ install_zinc() {
142142
local TYPESAFE_MIRROR=${TYPESAFE_MIRROR:-https://downloads.lightbend.com}
143143

144144
install_app \
145-
"${TYPESAFE_MIRROR}/zinc/${ZINC_VERSION}/zinc-${ZINC_VERSION}.tgz" \
145+
"${TYPESAFE_MIRROR}" \
146+
"zinc/${ZINC_VERSION}/zinc-${ZINC_VERSION}.tgz" \
147+
"" \
148+
"" \
146149
"zinc-${ZINC_VERSION}.tgz" \
147150
"${zinc_path}"
148151
ZINC_BIN="${_DIR}/${zinc_path}"

0 commit comments

Comments
 (0)