Skip to content

Commit 3e0a245

Browse files
committed
Address review comments
Signed-off-by: Alexey Rivkin <[email protected]>
1 parent d4698f8 commit 3e0a245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ARCH=$(uname -m)
5656
# Skip dependency installation if running in pre-built nixl-base image
5757
if [ -n "${NIXL_BASE_IMAGE_ENV}" ]; then
5858
# Use pre-installed libfabric from base image
59-
LIBFABRIC_INSTALL_DIR=${LIBFABRIC_INSTALL_DIR:-/usr/local}
59+
LIBFABRIC_INSTALL_DIR=/usr/local
6060
else
6161

6262
# Some docker images are with broken installations:

0 commit comments

Comments
 (0)