Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/bench-regress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
timeout-minutes: 90

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

# Cargo deps are big and stable across PRs — separate cache.
- name: Cache cargo deps
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand All @@ -51,7 +51,7 @@ jobs:
# Keyed by the run number so each main push refreshes the cache.
- name: Cache criterion baseline (main only)
if: github.ref == 'refs/heads/main'
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: target/criterion
key: ${{ runner.os }}-criterion-baseline-${{ github.run_number }}
Expand All @@ -60,7 +60,7 @@ jobs:

- name: Restore criterion baseline (PRs only)
if: github.event_name == 'pull_request'
uses: actions/cache/restore@v5
uses: actions/cache/restore@v6
with:
path: target/criterion
key: ${{ runner.os }}-criterion-baseline-
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/larql-boundary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-14]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt

- name: Cache cargo registry + build artefacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/larql-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-14]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
run: choco install protoc -y --no-progress

- name: Cache cargo registry + build artefacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
timeout-minutes: 35

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/larql-compute-metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
timeout-minutes: 45

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt

- name: Cache cargo registry + build artefacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/larql-compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-14]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand All @@ -65,7 +65,7 @@ jobs:
"$root\installed\x64-windows\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

- name: Cache cargo registry + build artefacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
timeout-minutes: 25

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/larql-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-14]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt

- name: Cache cargo registry + build artefacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
timeout-minutes: 25

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/larql-inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-14]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: choco install protoc -y --no-progress

- name: Cache cargo registry + build artefacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
timeout-minutes: 45

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/larql-kv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-14]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
run: choco install protoc -y --no-progress

- name: Cache cargo registry + build artefacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
timeout-minutes: 35

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/larql-lql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-14]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
run: choco install protoc -y --no-progress

- name: Cache cargo registry + build artefacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
timeout-minutes: 35

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/larql-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-14]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt

- name: Cache cargo registry + build artefacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/larql-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-14]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
run: choco install protoc -y --no-progress

- name: Cache cargo registry + build artefacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
timeout-minutes: 35

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/larql-vindex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-14]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
run: choco install protoc -y --no-progress

- name: Cache cargo registry + build artefacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
timeout-minutes: 35

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install stable Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/shannon-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
LARQL_VERIFY_THRESHOLD: '0.5'

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Cache cargo deps
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand All @@ -74,7 +74,7 @@ jobs:
${{ runner.os }}-cargo-shannon-

- name: Cache HF model snapshot
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/huggingface/hub
key: ${{ runner.os }}-hf-smollm2-135m
Expand Down
Loading