Skip to content

Commit 78add9f

Browse files
committed
Address review comments
Signed-off-by: Alexey Rivkin <[email protected]>
1 parent d5e2836 commit 78add9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/jenkins/lib/build-matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ kubernetes:
4040
runs_on_dockers:
4141
- {
4242
file: "contrib/Dockerfile",
43-
name: "ubuntu24.04-nixl-base",
43+
name: "ubuntu24.04-$arch-nixl-base",
4444
uri: "$arch/$name",
4545
tag: "20251103",
4646
build_args: "--target nixl-base --build-arg ARCH=$arch"
4747
}
4848
- {
4949
file: "contrib/Dockerfile",
50-
name: "ubuntu22.04-nixl-base",
50+
name: "ubuntu22.04-$arch-nixl-base",
5151
uri: "$arch/$name",
5252
tag: "20251103",
5353
build_args: "--target nixl-base --build-arg ARCH=$arch --build-arg BASE_IMAGE_TAG=24.10-cuda12.6-devel-ubuntu22.04"

.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)