feat/packaging: add relocatable Sourcegraph Git archives - #14
Merged
Conversation
keegancsmith
force-pushed
the
k/package-relocatable-git
branch
from
September 9, 2026 08:35
ebe1edf to
19fba01
Compare
keegancsmith
force-pushed
the
k/sourcegraph
branch
from
September 9, 2026 08:40
4ed5a60 to
4849272
Compare
keegancsmith
force-pushed
the
k/package-relocatable-git
branch
from
September 9, 2026 08:40
19fba01 to
39cbf6b
Compare
Sourcegraph needs a prebuilt Git with its practical feature set intact on Amp orbs and engineer Macs, without requiring Nix or native compilation on consuming machines. Pinning source and build environments, recording recipe provenance separately, and carrying redistributed dependency notices makes the manually produced archives reviewable and suitable for immutable publication after platform validation. Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-01a081bc-ccc0-753b-9d0d-e27952625463
keegancsmith
force-pushed
the
k/package-relocatable-git
branch
from
September 9, 2026 08:46
39cbf6b to
2088ce0
Compare
keegancsmith
marked this pull request as ready for review
September 9, 2026 09:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds manually runnable, pinned builders for full relocatable Git 2.55.0 installations on Debian 12 AMD64 and macOS ARM64. The archives retain HTTPS, PCRE2, templates/helpers, Rust, external SSH/GPG/LFS integration, and the macOS keychain helper; they record source and recipe provenance separately and include required redistribution notices. Detailed build and validation instructions are in the packaging README.
The pre-notice recipe passed full Linux relocation/mise validation and Mac validation on macOS 26.6.2, with a structurally verified macOS 14 deployment floor. The noninteractive Mac runner could not exercise an osxkeychain credential round trip because its login keychain was locked; the final stripped, notice-bearing candidates will be rebuilt and revalidated before publication.