From 4a8837950abb7a39d5b890b8f4ee21bd9ded959d Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Tue, 15 Jul 2025 01:19:34 -0700 Subject: [PATCH] fix: resolve arm build issue (#8052) --- sgl-kernel/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgl-kernel/build.sh b/sgl-kernel/build.sh index b2c8c4c5e..a39e506bb 100755 --- a/sgl-kernel/build.sh +++ b/sgl-kernel/build.sh @@ -49,7 +49,7 @@ docker run --rm \ cmake --version yum install numactl-devel -y && \ - yum install libibverbs -y && \ + yum install libibverbs -y --nogpgcheck && \ ln -sv /usr/lib64/libibverbs.so.1 /usr/lib64/libibverbs.so && \ ${PYTHON_ROOT_PATH}/bin/${TORCH_INSTALL} && \ ${PYTHON_ROOT_PATH}/bin/pip install --no-cache-dir ninja setuptools==75.0.0 wheel==0.41.0 numpy uv scikit-build-core && \