-
Notifications
You must be signed in to change notification settings - Fork 11
Cross compile for m1 in ci #958
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
3a7a729
add cross compilation support to build_dependencies.sh script
Ninja3047 4a4243f
Update vcpkg to fix grpc cross compile
ekilmer b64da00
Make host triplet the release-only triplet
ekilmer 4bf4602
specify system name for cross compilation
Ninja3047 49f015e
bump remill/rellic to fix cross compilation bug with z3
Ninja3047 64c4e6f
disable remill/rellic/anvil build on non x64
Ninja3047 9786f96
remove explicit CMAKE_SYSTEM_NAME to avoid triggering cross compilation
Ninja3047 a32a0be
Use latest vcpkg commit
ekilmer ffc7498
Fix protobuf cross compile (ekilmer branch)
ekilmer da33c57
Revert "bump remill/rellic to fix cross compilation bug with z3"
Ninja3047 6bc9013
debug artifacts
Ninja3047 4f31b74
Fix flatc targets. debug artifacts
ekilmer 13391c2
remove host compiled artifacts if the target and host do not match, d…
Ninja3047 e87dfbe
add back aws to ci
Ninja3047 3d8a9f2
Merge remote-tracking branch 'origin' into will/cross-compile-for-m1-…
Ninja3047 a9c0350
debug artifacts
Ninja3047 c43e281
revert remove host artifacts, debug artifacts
Ninja3047 2f8601e
Merge branch 'master' into will/cross-compile-for-m1-in-ci
ekilmer 4070ac1
Fix conditional for remill test on mac
ekilmer 3c1babd
Fix anvill test conditional
ekilmer 0d1fc65
Merge branch 'master' into will/cross-compile-for-m1-in-ci
ekilmer 393597a
Fix LLVM-15 for cross-compilation
ekilmer 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ gtest | |
| gflags | ||
| protobuf | ||
| abseil | ||
| grpc[absl-sync,codegen] | ||
| grpc[codegen] | ||
| flatbuffers | ||
| roaring | ||
| rocksdb[zstd] | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| set(VCPKG_TARGET_ARCHITECTURE arm64) | ||
| set(VCPKG_CRT_LINKAGE dynamic) | ||
| set(VCPKG_LIBRARY_LINKAGE static) | ||
| set(VCPKG_BUILD_TYPE release) | ||
|
|
||
| set(VCPKG_CMAKE_SYSTEM_NAME Darwin) | ||
| set(VCPKG_OSX_ARCHITECTURES arm64) |
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.