Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandiandian committed Jul 10, 2023
1 parent c509ede commit 72d204c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hd-ci/icw_cbdb.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir -p "${ROOT_PATH}/sqldump"

compile_jansson() {
# wget https://artifactory.hashdata.xyz/artifactory/utility/jansson-2.13.1.tar.gz && \
mv /opt/jansson-2.13.1.tar.gz . && \
cp /opt/jansson-2.13.1.tar.gz . && \
tar -xvf jansson-2.13.1.tar.gz && \
rm -rf jansson-2.13.1.tar.gz && \
pushd .
Expand All @@ -32,7 +32,6 @@ function download_etcd() {
tar -xvf /opt/${ETCD_FILE_NAME}.tar.gz -C /opt
cp /opt/${ETCD_FILE_NAME}/etcd ${GREENPLUM_INSTALL_DIR}/bin
cp /opt/${ETCD_FILE_NAME}/etcdctl ${GREENPLUM_INSTALL_DIR}/bin
rm -rf /opt/${ETCD_FILE_NAME} /opt/${ETCD_FILE_NAME}.tar.gz
export ETCD_UNSUPPORTED_ARCH=arm64
}

Expand Down

0 comments on commit 72d204c

Please sign in to comment.