[router][ci] Fix maturin build (#13012)
This commit is contained in:
5
.github/workflows/pr-test-rust.yml
vendored
5
.github/workflows/pr-test-rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user