The CI was failing due to the runtime subpackage not being installed: libcuda.so.1 was not found. Also, after changing the target_embed_sourcetest_nvrtc needed an update for its symbols (it now also takes the tests subdirectory into account).
Finally, even though this check is currently disabled in the CI, the build directory is not properly ignored by cppcheck. This change actually caused the CI to fail! It has been reverted again.
Description
The CI was failing due to the
runtime
subpackage not being installed:libcuda.so.1
was not found. Also, after changing thetarget_embed_source
test_nvrtc
needed an update for its symbols (it now also takes thetests
subdirectory into account).Finally, even though this check is currently disabled in the CI, theThis change actually caused the CI to fail! It has been reverted again.build
directory is not properly ignored bycppcheck
.Related issues: