Skip to content

Commit

Permalink
fix(ci): fix openssl build error for nightly binary
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Sep 11, 2023
1 parent 17e81b1 commit b9321d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ "${BUILDKITE_SOURCE}" != "schedule" ] && [ "${BUILDKITE_SOURCE}" != "webhoo
fi

echo "--- Install java and maven"
yum install -y java-11-openjdk wget python3 cyrus-sasl-devel
yum install -y java-11-openjdk wget python3 cyrus-sasl-devel perl-IPC-Cmd
pip3 install toml-cli
wget https://ci-deps-dist.s3.amazonaws.com/apache-maven-3.9.3-bin.tar.gz && tar -zxvf apache-maven-3.9.3-bin.tar.gz
export PATH="${REPO_ROOT}/apache-maven-3.9.3/bin:$PATH"
Expand Down

0 comments on commit b9321d2

Please sign in to comment.