Skip to content

Commit 95c8076

Browse files
committed
fix(ci): exclude upstream rusty_v8 checkout from clean-worktree gate
The v8-canary windows-source job checks out denoland/rusty_v8 into upstream-rusty-v8/ inside the workspace, so the final check-clean-worktree step always flags it as untracked and fails the job after the artifacts were built, staged, smoke-linked and uploaded successfully. Exclude the directory in .gitignore: the checkout is intentional, not debris.
1 parent 706535a commit 95c8076

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ bazel-*
88
build/
99
out/
1010

11+
# CI: upstream rusty_v8 checkout used by the v8-canary windows-source job.
12+
# The workflow checks this repo out into the workspace, so exclude it from
13+
# the check-clean-worktree gate (the checkout is intentional, not debris).
14+
/upstream-rusty-v8/
15+
1116
# Node.js
1217
node_modules/
1318
.pnpm-store/

0 commit comments

Comments
 (0)