Skip to content

Commit caed658

Browse files
arman-bdclaude
andcommitted
chore: remove vendor dependency caching from release workflow
Caching is removed to ensure fresh builds and avoid any cache-related issues during wheel building. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2bcfd4b commit caed658

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,6 @@ jobs:
5151
with:
5252
submodules: recursive
5353

54-
# Cache vendor dependencies (BoringSSL, nghttp2, liburing)
55-
# This cache significantly speeds up builds by avoiding recompilation
56-
# Cache key includes setup script hash to invalidate on script changes
57-
- name: Cache vendor dependencies
58-
uses: actions/cache@v4
59-
with:
60-
path: |
61-
vendor/boringssl/build
62-
vendor/nghttp2/install
63-
vendor/liburing/install
64-
key: vendor-deps-${{ runner.os }}-${{ hashFiles('scripts/setup_vendors.sh') }}
65-
restore-keys: |
66-
vendor-deps-${{ runner.os }}-
67-
6854
- name: Build wheels
6955
uses: pypa/cibuildwheel@v2.22.0
7056

0 commit comments

Comments
 (0)