-
Notifications
You must be signed in to change notification settings - Fork 168
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
[WIP] Try to bump to GCC 14.2 #5602
base: master
Are you sure you want to change the base?
Conversation
Currently failing due to old json-c. We need to bump json-c, but the new version needs cmake instead of autoconf, so the recipe must be adapted. |
Now fails in
I filed a bug report here: https://its.cern.ch/jira/browse/ALF-83 . Also, as discussed with @ktf : binutils compilation fails randomly. Probably we should downgrade to the binutils of gcc-toolchian-13.2-alice1, which was working. |
@singiamtel @ktf : the slc9-aarch CI fails with
|
@davidrohr so, for the alien.py errors in alidist-slc9-aarch64 i would need the log file to see what happened .. weird is that test 004 and 006, both cp related, worked, so, if the actual log file is not available to debug what happened (on x86_64 Alma9 seems to work without problems) then just restart the test. |
Well, I don't know how to get a log file beyond the build log I get from the CI. |
so for xjalienfs/alien.py these tests are run https://github.com/adriansev/jalien_py/tree/master/tests |
@davidrohr AliRoot is now fine. |
@davidrohr do you understand the issue with CUDA and the one with xmmintr? They both seem legit, and I do not understand why we did not see them with GCC 13. |
For CUDA it is clear, since GCC14 is not yet supported. We have to wait for a new CUDA. |
@ktf : Now only the FullCI remains red, will stay like this until we bump CUDA. |
Changed to WIP to avoid retesting. |
Will at least fail with current CUDA 12.6, but want to check for other failures.