Skip to content

hotfix: v0.2.5 Linux binary fix#140

Merged
justrach merged 1 commit intomainfrom
release/v0.2.5
Apr 4, 2026
Merged

hotfix: v0.2.5 Linux binary fix#140
justrach merged 1 commit intomainfrom
release/v0.2.5

Conversation

@justrach
Copy link
Copy Markdown
Owner

@justrach justrach commented Apr 4, 2026

Fix #139 — Linux binary was actually macOS ARM64

… memory opts

The v0.2.5 release shipped a macOS ARM64 binary as codedb-linux-x86_64.
This hotfix:
- Correctly cross-compiles for x86_64-linux (verified: ELF 64-bit LSB)
- Restores releaseContents/releaseSecondaryIndexes that were lost in merge
- Includes all parser fixes (#111-114) and security fixes (#123)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@justrach justrach merged commit b53c982 into main Apr 4, 2026
1 check passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 4, 2026

Benchmark Regression Report

Threshold: 10.00%

Tool Base (ns) Head (ns) Delta Status
codedb_bundle 601547 599952 -0.27% OK
codedb_changes 109111 113357 +3.89% OK
codedb_deps 29821 29474 -1.16% OK
codedb_edit 26959 22062 -18.16% OK
codedb_hot 160849 161742 +0.56% OK
codedb_outline 388999 388404 -0.15% OK
codedb_read 168869 166291 -1.53% OK
codedb_search 246148 244911 -0.50% OK
codedb_snapshot 3218695 3213286 -0.17% OK
codedb_status 28991 29224 +0.80% OK
codedb_symbol 61677 61595 -0.13% OK
codedb_tree 113277 112402 -0.77% OK
codedb_word 91001 92030 +1.13% OK

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.

install: Linux x86_64 binary is a macOS ARM64 executable; installer hangs silently

1 participant