Skip to content

Commit 98df5f7

Browse files
committed
chore: move the cargo build-dir change to its own branch
The cargo and bun halves are independent: different files, different failure modes, and no shared dependency between them. Keeping them together meant neither could land until both were settled, and the bun half needs more burn-in than the cargo half does. The cargo side now lives in its own pull request. This branch keeps only the bun dependency store work.
1 parent a0fa3e3 commit 98df5f7

3 files changed

Lines changed: 0 additions & 17 deletions

File tree

.cargo/config.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/release-claw-server.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ on:
7575
permissions:
7676
contents: write
7777

78-
7978
concurrency:
8079
# The legacy key keeps in-flight revisions of the renamed workflow serialized.
8180
group: release-claw-server-rust

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@ jobs:
100100
uses: Swatinem/rust-cache@v2
101101
with:
102102
workspaces: packages/browseros-agent
103-
# Intermediate artifacts live outside the checkout so worktrees can
104-
# share them, and rust-cache only saves workspace target dirs plus the
105-
# registry and git caches by default. Name the build dir explicitly or
106-
# every run would recompile the dependency graph from scratch.
107-
cache-directories: ~/.cargo/build/browseros
108103

109104
- name: Install dependencies
110105
run: bun ci

0 commit comments

Comments
 (0)