From 376a6a299db5637308b3051644c5693caa601bfc Mon Sep 17 00:00:00 2001 From: empyreus Date: Thu, 2 Apr 2026 19:27:09 +0000 Subject: [PATCH] rmobe build --- .azure-pipelines/templates/sglang-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.azure-pipelines/templates/sglang-test.yml b/.azure-pipelines/templates/sglang-test.yml index 6b660c83..34707515 100644 --- a/.azure-pipelines/templates/sglang-test.yml +++ b/.azure-pipelines/templates/sglang-test.yml @@ -27,10 +27,8 @@ steps: displayName: Install mscclpp runRemoteArgs: '--container sglang-mscclpp-test' remoteScript: | - mkdir mscclpp2 - cd mscclpp2 - git clone https://github.com/microsoft/mscclpp.git cd mscclpp + rm -rf build mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release ..