[router][ci] Fix maturin build (#13012)
This commit is contained in:
@@ -168,7 +168,7 @@ jobs:
|
|||||||
cd sgl-router
|
cd sgl-router
|
||||||
python3 -m pip install --upgrade pip maturin
|
python3 -m pip install --upgrade pip maturin
|
||||||
pip uninstall -y sglang-router
|
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
|
pip install target/wheels/*.whl
|
||||||
|
|
||||||
- name: Run Python unit tests
|
- name: Run Python unit tests
|
||||||
@@ -275,10 +275,9 @@ jobs:
|
|||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
export RUSTC_WRAPPER=sccache
|
export RUSTC_WRAPPER=sccache
|
||||||
cd sgl-router
|
cd sgl-router
|
||||||
python3 -m venv .venv
|
|
||||||
python3 -m pip install --upgrade pip maturin
|
python3 -m pip install --upgrade pip maturin
|
||||||
pip uninstall -y sglang-router
|
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
|
pip install target/wheels/*.whl
|
||||||
|
|
||||||
- name: Run Python E2E response API tests
|
- name: Run Python E2E response API tests
|
||||||
|
|||||||
@@ -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.
|
- Additional guides, API references, and deployment patterns are continuously updated alongside SGLang releases.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
- **Rust and Cargo**
|
- **Rust and Cargo**
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user