-
Notifications
You must be signed in to change notification settings - Fork 6
add builds for rust compatible musl toolchains #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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would prefer if we use GitHub actions since this is a public repo-- we have access to s3 via the GitHub Actions AWS user/role that's setup in Terraform
The main reason I went for jenkins is because we need to build against a compatible glib as we're using in the target CI environments (2.28). Not impossible in GHA but it's a lot less ergonomic then how we have it set up in jenkins. |
Adds a custom build of a
arm-linux-musleabihftoolchain that is compatible with the corresponding rust toolchain.The rust musl libc is based on version 1.1.24, which is incompatible with pre-built versions of this toolchain like the ones available from musl.cc
This build is based off of the following two projects:
Design notes
make <target>and the resulting artifact will be in the root directory