-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
-
Dev Platform 2021-04-19
The configure steps should not be affected by icecream or ninja because these tools are used during the actual build and not in build preparation.
Ninja was hiding the conf logs, by making a noop function for
PRINT_CMD_LINE_FUNC.
Icecream was using icerun for configure commands which use some of the builders besides compilation builders, which in those cases icecream should handle and run locally, however in some cases icecream will hang, causing confusion when this happens during a configure check. In order to reduce the number of moving parts, icecream should take no part in general configure steps.