PolyJIT / benchbuild

Empirical-Research Toolkit
MIT License
11 stars 12 forks source link

Compile Step always returns Ok, even if compilation failed. #561

Closed boehmseb closed 1 year ago

boehmseb commented 1 year ago

The culprit seems to lie here: https://github.com/PolyJIT/benchbuild/blob/dd7ef4f8b5634b4e6072cedd761dba652edac736/benchbuild/utils/actions.py#L318 The status will always be set to Ok.

simbuerg commented 1 year ago

What. The. Fcuk.