From 9840bf4f84f60c14fcd1eec86f77412a38f08575 Mon Sep 17 00:00:00 2001 From: Keyang Ru Date: Mon, 10 Nov 2025 12:33:32 -0800 Subject: [PATCH] [router][ci] Fix maturin build (#13012) --- .github/workflows/pr-test-rust.yml | 5 ++--- sgl-router/README.md | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-test-rust.yml b/.github/workflows/pr-test-rust.yml index 1f1273d3b..4f6e21cf7 100644 --- a/.github/workflows/pr-test-rust.yml +++ b/.github/workflows/pr-test-rust.yml @@ -168,7 +168,7 @@ jobs: cd sgl-router python3 -m pip install --upgrade pip maturin pip uninstall -y sglang-router - maturin build --release --profile ci --features vendored-openssl + maturin build --profile ci --features vendored-openssl pip install target/wheels/*.whl - name: Run Python unit tests @@ -275,10 +275,9 @@ jobs: source "$HOME/.cargo/env" export RUSTC_WRAPPER=sccache cd sgl-router - python3 -m venv .venv python3 -m pip install --upgrade pip maturin pip uninstall -y sglang-router - maturin build --release --profile ci --features vendored-openssl + maturin build --profile ci --features vendored-openssl pip install target/wheels/*.whl - name: Run Python E2E response API tests diff --git a/sgl-router/README.md b/sgl-router/README.md index 8bac66e7c..b491f0de7 100644 --- a/sgl-router/README.md +++ b/sgl-router/README.md @@ -43,7 +43,6 @@ High-performance model routing control and data plane for large-scale LLM deploy - Additional guides, API references, and deployment patterns are continuously updated alongside SGLang releases. ## Installation - ### Prerequisites - **Rust and Cargo** ```bash