Add Linux (x64/arm64) build support - #5
Merged
Merged
Conversation
Mirrors the macOS from-source path: RUNTIME_PREFIX (via /proc/self/exe) keeps the dist relocatable, SKIP_DASHED_BUILT_INS keeps git-core small. Packaged as .tar.gz — the consumer side extracts with the platform tar, and GNU tar can't read zips (same convention as 3d-tools). The baked-gitconfig pairs drop the http.* schannel keys on Linux: the OpenSSL-linked build fails outright on an unsupported sslBackend, and the system CA bundle is picked up via OpenSSL defaults. Note the from-source builds (macOS today, Linux now) ship no etc/gitconfig at all — make install doesn't create one, so patch_git_config warns and skips; whether Linux should bake one (esp. an autocrlf policy for mixed-platform teams) is left open. First linux-x64 asset built on the ap2-linux-ci VM and uploaded to v2.54.0.anchorpoint.3; verified: relocatable exec-path, bundled Anchorpoint git-lfs 3.7.1 resolving via GIT_EXEC_PATH, https clone against the system CA store, server binaries pruned.
The secret was never created, so every checkout failed with "Input required and not supplied: token" — CI has been red on main since the workflow landed. The git-lfs fork is public now, so the default token checks the submodule out fine; no secret to provision.
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.
Mirrors the macOS from-source path: RUNTIME_PREFIX (via /proc/self/exe)
keeps the dist relocatable, SKIP_DASHED_BUILT_INS keeps git-core small.
Packaged as .tar.gz — the consumer side extracts with the platform tar,
and GNU tar can't read zips (same convention as 3d-tools).
The baked-gitconfig pairs drop the http.* schannel keys on Linux: the
OpenSSL-linked build fails outright on an unsupported sslBackend, and the
system CA bundle is picked up via OpenSSL defaults. Note the from-source
builds (macOS today, Linux now) ship no etc/gitconfig at all — make
install doesn't create one, so patch_git_config warns and skips; whether
Linux should bake one (esp. an autocrlf policy for mixed-platform teams)
is left open.
First linux-x64 asset built on the ap2-linux-ci VM and uploaded to
v2.54.0.anchorpoint.3; verified: relocatable exec-path, bundled
Anchorpoint git-lfs 3.7.1 resolving via GIT_EXEC_PATH, https clone
against the system CA store, server binaries pruned.