From 74630ba3109197a3f5238592af36eba1c97e77bd Mon Sep 17 00:00:00 2001 From: Keyang Ru Date: Wed, 5 Nov 2025 22:49:03 -0800 Subject: [PATCH] [router][ci] Disable cache (#12752) --- .github/workflows/pr-test-rust.yml | 20 -------------------- sgl-router/README.md | 1 + 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/workflows/pr-test-rust.yml b/.github/workflows/pr-test-rust.yml index 6a321925e..2170fe1b0 100644 --- a/.github/workflows/pr-test-rust.yml +++ b/.github/workflows/pr-test-rust.yml @@ -157,16 +157,6 @@ jobs: cache-all-crates: true cache-on-failure: true - - name: Cache router build - uses: actions/cache@v4 - with: - path: | - sgl-router/target - sgl-router/.venv - key: ${{ runner.os }}-router-${{ hashFiles('sgl-router/Cargo.lock', 'sgl-router/pyproject.toml') }} - restore-keys: | - ${{ runner.os }}-router- - - name: Install SGLang dependencies run: | sudo --preserve-env=PATH bash scripts/ci/ci_install_dependency.sh @@ -236,16 +226,6 @@ jobs: cache-all-crates: true cache-on-failure: true - - name: Cache router build - uses: actions/cache@v4 - with: - path: | - sgl-router/target - sgl-router/.venv - key: ${{ runner.os }}-router-${{ hashFiles('sgl-router/Cargo.lock', 'sgl-router/pyproject.toml') }} - restore-keys: | - ${{ runner.os }}-router- - - name: Install SGLang dependencies run: | sudo --preserve-env=PATH bash scripts/ci/ci_install_dependency.sh diff --git a/sgl-router/README.md b/sgl-router/README.md index b491f0de7..8bac66e7c 100644 --- a/sgl-router/README.md +++ b/sgl-router/README.md @@ -43,6 +43,7 @@ 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