Skip to content

Commit e36599e

Browse files
committed
Preserve ucx source code in third-party-source
1 parent 83122bf commit e36599e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/common/install_ucx.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ UCX_REPO="https://github.com/openucx/ucx.git"
88

99
rm -rf ${UCX_INSTALL_PATH}
1010
git clone --depth 1 -b ${UCX_VERSION} ${UCX_REPO}
11+
tar -czf /third-party-source/ucx-${UCX_VERSION}.tar.gz ucx
1112
cd ucx
1213
./autogen.sh
1314
./contrib/configure-release \

0 commit comments

Comments
 (0)