-
Notifications
You must be signed in to change notification settings - Fork 43
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 to UBI9 to fix arm64 builds #636
Conversation
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
Upgrade to UBI9 put on hold because the entire tackle2 stack needs to be aligned. See #638 for follow up. |
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.
@jmontleon, that's interesting issue which gives an opportunity to bump to latest UBI.
Meanwhile we have to wait for the whole project to bump UBI along.
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.
Just to make sure we don't merge too early.
|
Signed-off-by: Jason Montleon jmontleo@redhat.com
I know we weren't in a hurry to do this, however multi arch builds are experiencing odd failures on arm64 using UBI8.
https://github.com/konveyor/tackle2-ui/actions/runs/4168992831/jobs/7216425953#step:2:1067
https://github.com/konveyor/tackle2-ui/actions/runs/4174604421/jobs/7228394767#step:2:1077
I can reproduce much of this locally, and was able to workaround it using UBI9 node16 and node18 images without a problem both locally and within github actions:
https://github.com/jmontleon/tackle2-ui/actions/runs/4175222062/jobs/7229841318
https://quay.io/repository/jmontleon/tackle2-ui?tab=tags
I've opened an issue with qemu-user-static to see if there are any known issues we might be hitting, or other debugging steps we can try to resolve the issue, but this is probably our best bet to move on at the moment.
multiarch/qemu-user-static#185