-
Notifications
You must be signed in to change notification settings - Fork 482
Cleanup jobutils2 to work on ARM #14901
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
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
* Avoid dependency on bc for a multiplication * Make sure the CPU detection does not depend on the lscpu human readable output, which is apparently dependent on version / presence of a container.
|
Tested on ARM, x86, including on the EPNs. |
|
@sawenzel we seem to have the issue with the ZipFiles back on ARM. Do you remember what was the cause? |
doesn't ring a bell to me |
|
Gets the ARM build green. Merging. |
|
I agree on the improvements. But note that the ARM build was green before this PR, mainly due to #14906 and alisw/alidist#6062. |
|
How was that possible? Without this you have: maybe it was not running the full system test? |
human readable output, which is apparently dependent on version /
presence of a container.