Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1156 +/- ##
===========================================
- Coverage 85.14% 85.13% -0.01%
===========================================
Files 482 482
Lines 71074 71290 +216
===========================================
+ Hits 60515 60694 +179
- Misses 10559 10596 +37 |
zyy17
reviewed
Mar 11, 2023
Collaborator
|
praise: Finally, we can build the greptime with pyo3 integration for linux-aarch64 successfully 😊 ! |
Member
|
@zyy17 PTAL |
zyy17
reviewed
Mar 13, 2023
Contributor
Author
waynexia
reviewed
Mar 13, 2023
Member
|
Good job! Let's build a new release for aarch64-linux-gnu. |
paomian
pushed a commit
to paomian/greptimedb
that referenced
this pull request
Oct 19, 2023
* build: add cross compile docker * build: added compile python to github action * fix: correct path * fix: Python Compile * fix: run mulitple cmds * fix: both cross compile docker file&github action * refactor: compile-python.sh * chore: put wget install together * fix: CR advices * chore: add `-F pyo3_backend`
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.
I hereby agree to the terms of the GreptimeDB CLA
Added cross-compile docker that produce binary for aarch64-linux-gnu, this should fix build binary
This docker first cross compile Python 3.10.10 for both build platform(x86) and target platform(arm64), and then use it's shared library for compiling greptime binary.
github action release.yml do similiar things.
this should fix
build binarygithub actionChecklist