-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update build.yml
workflow to cross-compile linux binaries for x86_64
and aarch64
#140
Merged
afinetooth
merged 45 commits into
master
from
feature/cross-compile-linux-for-multiple-archs
Aug 20, 2024
Merged
Update build.yml
workflow to cross-compile linux binaries for x86_64
and aarch64
#140
afinetooth
merged 45 commits into
master
from
feature/cross-compile-linux-for-multiple-archs
Aug 20, 2024
Conversation
This file contains 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
Pull Request Test Coverage Report for Build 10463164792Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
afinetooth
changed the title
Update build workflow to cross-compile linux binaries for
Update Aug 13, 2024
x86_64
and aarch64
build.yml
workflow to cross-compile linux binaries for x86_64
and aarch64
…ability for cross-compilation.
…we'll use a basic Debian image and install ccrystal on it.
…t the correct executable filenames and paths.
…k, we'll look at a different approach.
…n this path for now.
…d aarch64; uses community aarch64 docker images from 84codes.
… are provisioned.
… to default runner and split offending command into two calls to reduce memory usage.
…rnings and potentially memory usage, and add a check on diskspace just prior to the install steps to verify state.
…and remove upgrade step to save memory.
…memeory usage and potentially avoid segfault with builder-aarch64.
…says our setup looks fine.
…t-get install in noninteractive mode.
…ous segfault error.
… shards.yml. Put back one required mv / rename step in release stage of workflow.
…dependencies and skip all problematic dependencies for aarch64 before running shards install again.
…ed dependencies isn't working for aarch64 install of crystal.
…to have been an error uploading my Dockerfile from before because my version is different from the latest. We'll see if that crops up again.
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.
Closes #137
⚡ Summary
Add
aarch64
support tocoverage-reporter
.Update
build.yml
workflow to cross-compile linux binaries forx86_64
andaarch64
.☑️ Checklist
build.yml
workflow to compile and upload linux binaries forx86_64
andaarch64
docker buildx
, removing the need forrelease_linux
in the existingMakefile
Dockerfile
to install additional dependencies required to build forx86_64
andaarch64