Conversation
Test Results 17 files 17 suites 3d 9h 36m 16s ⏱️ For more details on these failures, see this check. Results for commit 5136747. ♻️ This comment has been updated with latest results. |
| ${_clad_extra_cmake_args} | ||
| BUILD_COMMAND ${CMAKE_COMMAND} --build . ${EXTRA_BUILD_ARGS} | ||
| INSTALL_COMMAND ${CMAKE_COMMAND} --build . ${EXTRA_BUILD_ARGS} --target install | ||
| BUILD_COMMAND ${CMAKE_COMMAND} --build . ${EXTRA_BUILD_ARGS} -j 1 |
There was a problem hiding this comment.
Consider adding a comment why '-j 1' is needed (is it a temporary workaround until something is fixed in clad or is it a limitation of the platform and/or MV configuration?).
There was a problem hiding this comment.
I agree. I wanted to test this at scale before documenting further. @vgvassilev any thought about why this is now necessary?
There was a problem hiding this comment.
I am not sure I have seen the actual build failure to be able to comment. Can you give me a link to the failure?
There was a problem hiding this comment.
I do not have access to ubu24 system.
There was a problem hiding this comment.
but you have the line to reproduce the failure locally with the container, right?
|
I just can't reproduce and debug these failues on a clean ubuntu 24.10 install... I don't think we can make progress on this in the next 10 day :( Would it make sense maybe to add it to the CI with |
|
This PR is fixing the ubuntu 24.10 failures #16837 . We can introduce the new CI build directly with that. |
Build clad with one core only.