Skip to content

Commit

Permalink
Revert "disable all build caching"
Browse files Browse the repository at this point in the history
This reverts commit 90fcc46.
  • Loading branch information
mmoskal committed Feb 8, 2024
1 parent 0cc32ed commit b0bf6ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/aicirt-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup target add wasm32-wasi
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Release script
run: ./scripts/release.sh --xz
- name: Release
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/aicirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup target add wasm32-wasi
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Build aici_abi
run: cargo build --verbose --release
working-directory: aici_abi
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/rllm-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- run: sudo apt-get install ccache
- uses: hendrikmuhs/[email protected]
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Build rllm-cpp
run: cargo build --verbose --release --no-default-features
working-directory: rllm-cpp
Expand Down

0 comments on commit b0bf6ba

Please sign in to comment.