-
Notifications
You must be signed in to change notification settings - Fork 4
feat(build): support crosscompile #166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MeteorsLiu
wants to merge
47
commits into
xgo-dev:main
Choose a base branch
from
MeteorsLiu:feat/crosscompile-wiki-mvp
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
1ccd372
feat(crosscompile): add Linux phase 1 MVP
MeteorsLiu dbfbad1
feat(crosscompile): align C target build flow
MeteorsLiu 539a2ba
docs(crosscompile): mark multi-language extension points
MeteorsLiu 8a882e5
refactor(crosscompile): keep target preparation inline
MeteorsLiu dbfd95c
feat(crosscompile): add Darwin C targets
MeteorsLiu dbcab0c
refactor(crosscompile): prepare target commands in LLVM
MeteorsLiu de94629
fix(test): reject cross-target execution
MeteorsLiu e0c3567
refactor(crosscompile): hide default sysroot graph
MeteorsLiu 9dd83fe
feat(crosscompile): support formula-owned sysroots
MeteorsLiu 0904f9c
fix(crosscompile): detect configure host support
MeteorsLiu 97d4fcf
docs(crosscompile): explain sysroot formula loading
MeteorsLiu 55a5064
test(crosscompile): add cross-runner zlib e2e
MeteorsLiu ab1e140
fix(crosscompile): use Bootlin glibc sysroot
MeteorsLiu 3c230a8
test(crosscompile): exercise zlib file IO
MeteorsLiu 03332bd
ci(crosscompile): show build and target platforms
MeteorsLiu 3e9cf75
ci(crosscompile): verify target system libraries
MeteorsLiu 7bf94fc
ci(crosscompile): inspect target dynamic libraries
MeteorsLiu d087d02
ci(crosscompile): use amd64 Darwin build host
MeteorsLiu 1fcb201
ci(crosscompile): link consumers on target runners
MeteorsLiu 127fbff
ci(crosscompile): reuse macOS SDK archive
MeteorsLiu b546669
ci(crosscompile): inspect target zlib artifacts
MeteorsLiu 2b385c8
refactor(build): own cross compile orchestration
MeteorsLiu 187a240
refactor(build): reuse graph build closure for sysroot
MeteorsLiu a752078
revert: keep sysroot orchestration outside build
MeteorsLiu 122e22d
refactor(crosscompile): share target loading
MeteorsLiu 34f2f08
test(crosscompile): improve coverage
MeteorsLiu 104a966
ci(crosscompile): test formula-managed libc
MeteorsLiu f20f1f0
ci(crosscompile): distinguish custom libc sysroot
MeteorsLiu 26e6389
ci(crosscompile): install Bootlin sysroots directly
MeteorsLiu 1a815f1
feat(crosscompile): select Linux environment from sysroot
MeteorsLiu 04b50e9
test(crosscompile): verify musl libuv ABI
MeteorsLiu e368283
test(crosscompile): use musl-compatible libuv
MeteorsLiu 54d130f
test(crosscompile): show libuv compile commands
MeteorsLiu 89e76b9
test(crosscompile): clarify libuv ABI assertions
MeteorsLiu 443823b
test(llard): cover cross compilation
MeteorsLiu ef0cef6
fix(crosscompile): pass pkg-config env to build systems
MeteorsLiu d19de85
fix(crosscompile): isolate pkg-config dependency lookup
MeteorsLiu 308d18c
fix(autotools): remove unused strings import
MeteorsLiu 77d00dd
fix(autotools): defer pkg-config environment to target
MeteorsLiu 61f5bf8
fix(build): preserve main behavior after rebase
MeteorsLiu 0478562
fix(build): adapt target middleware errors
MeteorsLiu 4a502b0
fix(pkgconfig): return errors from use
MeteorsLiu 8d801a7
fix(build): keep dependency environment scoped
MeteorsLiu b661e83
fix(pkgconfig): keep use best effort
MeteorsLiu 50b603b
ci: run cross-compile builds on Qiniu
MeteorsLiu 335a870
ci: install CMake for cross-compile E2E
MeteorsLiu 4c6592b
Merge branch 'main' into feat/crosscompile-wiki-mvp
luoliwoshang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.