Unverified Commit 2405bac7 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: use release build for ucx (#4345)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent a4eb4e8a
......@@ -248,7 +248,8 @@ RUN --mount=type=secret,id=aws-key-id,env=AWS_ACCESS_KEY_ID \
git clone https://github.com/openucx/ucx.git && \
cd ucx && \
git checkout $NIXL_UCX_REF && \
./autogen.sh && ./configure \
./autogen.sh && \
./contrib/configure-release \
--prefix=/usr/local/ucx \
--enable-shared \
--disable-static \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment