Skip running a C program during cross compilation
When passing --cross-compile
, we cannot run checks and pass a --cross-answers
file. This currently has to confirm that running a program works. Rather, we can skip this check automatically when cross compiling.
Checklist
-
Commits have Signed-off-by:
with name/author being identical to the commit author -
(optional) This MR is just one part towards a larger feature. -
no bugzilla bug, Debian bug #1030593 -
Test suite not updated with functionality tests, not covered -
Test suite not updated with negative tests, not covered -
Documentation not updated as it did not cover the affected functionality earlier -
CI timeout is 3h or higher (see Settings/CICD/General pipelines/ Timeout)
Reviewer's checklist:
-
There is a test suite reasonably covering new functionality or modifications -
Function naming, parameters, return values, types, etc., are consistent and according to README.Coding.md
-
This feature/change has adequate documentation added -
No obvious mistakes in the code