Skip to content

build: drop the stray third_party symlink squashed in via #246 - #288

Merged
obj-p merged 1 commit into
mainfrom
fix-drop-third-party-symlink
Jun 24, 2026
Merged

build: drop the stray third_party symlink squashed in via #246#288
obj-p merged 1 commit into
mainfrom
fix-drop-third-party-symlink

Conversation

@obj-p

@obj-p obj-p commented Jun 24, 2026

Copy link
Copy Markdown
Owner

The #246 squash accidentally tracked a worktree-local third_party -> ../../third_party symlink (staged by a git add -A during merge resolution). It's unused (Bazel builds LLVM from source; slim Package.swift doesn't reference the prebuilt artifacts) and dangles in a fresh clone. Removes it.

🤖 Generated with Claude Code

The hermetic Bazel migration (#246) accidentally tracked a worktree-local
`third_party -> ../../third_party` symlink (staged by a `git add -A` during the
merge resolution). Bazel builds LLVM from source via foreign_cc and the slim
Package.swift no longer references the prebuilt artifacts, so the symlink is
unused and dangles in any fresh clone. Remove it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@obj-p
obj-p merged commit dcb253a into main Jun 24, 2026
@obj-p
obj-p deleted the fix-drop-third-party-symlink branch June 24, 2026 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant