-
Notifications
You must be signed in to change notification settings - Fork 24
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
[RSDK-6152] Downgrade build image requirement #88
Conversation
2da558d
to
d77d23b
Compare
The working build can be found here: https://github.com/viamrobotics/rust-utils/actions/runs/7479772459 The built library was tested against debian:bullseye, and everything is working! With the current distribution: With this library built from this PR:
|
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.
Do you want to rerelease rust-utils after this @njooma?
- target: aarch64-unknown-linux-gnu | ||
platform: linux_aarch64 | ||
image: ubuntu:20.04 | ||
runs-on: buildjet-8vcpu-ubuntu-2204-arm |
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.
Nice; smart to put the runs-on
in the matrix variables! 🧑🔧 .
Yup, I'll do a release this afternoon and get a python prerelease out today as well |
We need to use a build image that is less than ubuntu:22.04. Currently the only image that is greater than that is for aarch64.
This PR makes the aarch64 build image ubuntu:20.04. (The other linux architectures are centos:7)