official-stockfish / fishtest

The Stockfish testing framework
https://tests.stockfishchess.org/tests
281 stars 130 forks source link

Refactor minimum requirement version for compiler and add logic to clang #2044

Closed Disservin closed 4 months ago

Disservin commented 4 months ago

Same behaviour as before except that we now reject clang in case it is older than 8.0 (released 2019), 7.0 wasn't able to compile latest master for me.

ppigazzini commented 4 months ago

Triggered the workers update, thank you @Disservin