Skip to content

Commit

Permalink
[SPARK-48239][INFRA][FOLLOWUP] install the missing jq library
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This is a followup of #46534 . We missed the `jq` library which is needed to create git tags.

### Why are the changes needed?

fix bug

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

manual

### Was this patch authored or co-authored using generative AI tooling?

no

Closes #46743 from cloud-fan/script.

Authored-by: Wenchen Fan <wenchen@databricks.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
  • Loading branch information
cloud-fan committed May 25, 2024
1 parent cff7014 commit 416d7f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/create-release/release-util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ function get_release_info {
RC_COUNT=1
fi

if [ "$GIT_BRANCH" = "master" ]; then
RELEASE_VERSION="$RELEASE_VERSION-preview1"
fi
export NEXT_VERSION
export RELEASE_VERSION=$(read_config "Release" "$RELEASE_VERSION")

Expand Down
1 change: 1 addition & 0 deletions dev/create-release/spark-rm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ RUN apt-get update && apt-get install -y \
texinfo \
texlive-latex-extra \
qpdf \
jq \
r-base \
ruby \
ruby-dev \
Expand Down

0 comments on commit 416d7f2

Please sign in to comment.