Skip to content

Commit 0b45475

Browse files
omera-nvdominicshanshan
authored andcommitted
[fix][ci] dont build wheel for cpp tests (NVIDIA#5443)
Signed-off-by: Omer Ullman Argov <[email protected]>
1 parent 19b9492 commit 0b45475

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tests/integration/defs/cpp/conftest.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,13 @@ def build_google_tests(request, build_dir):
154154

155155
print(f"Using CUDA arch: {cuda_arch}")
156156

157-
build_trt_llm(
158-
cuda_architectures=cuda_arch,
159-
job_count=12,
160-
use_ccache=True,
161-
clean=True,
162-
trt_root="/usr/local/tensorrt",
163-
nixl_root="/opt/nvidia/nvda_nixl",
164-
)
157+
build_trt_llm(cuda_architectures=cuda_arch,
158+
job_count=12,
159+
use_ccache=True,
160+
clean=True,
161+
trt_root="/usr/local/tensorrt",
162+
nixl_root="/opt/nvidia/nvda_nixl",
163+
skip_building_wheel=True)
165164

166165
make_google_tests = [
167166
"cmake",

0 commit comments

Comments
 (0)