-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Problem
brew install jordancoin/tap/docmap fails on macOS with outdated Command Line Tools because no bottles are available and source compilation triggers CLT version check.
Error
Error: Your Command Line Tools are too outdated.
Update them from Software Update in System Settings.
Environment
- macOS (Intel, x86_64)
- Homebrew up to date
- codemap installed fine previously (was installed before CLT got stale)
Workaround
Download binary directly from GitHub releases:
gh release download --repo JordanCoin/docmap --pattern '*darwin_amd64*' -D /tmp/docmap-dl
tar xzf /tmp/docmap-dl/docmap_*_darwin_amd64.tar.gz -C /tmp/docmap-dl/
cp /tmp/docmap-dl/docmap /usr/local/bin/docmap
chmod +x /usr/local/bin/docmapSuggestion
Pre-built bottles for darwin_amd64 and darwin_arm64 would skip the compilation step entirely and avoid the CLT dependency.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels