Describe the bug
I've been trying to setup a UCI compliance check as part of my CI setup for my chess engine but it consistently fails on step 12 of the compliance check. The odd thing is that I cannot reproduce the behavior when running the compliance check locally.
Currently I'm building fastchess from source in the CI using clang and then using that built binary for the compliance check.
I'm trying to figure out if this is a bug in the check, an issue with the GitHub runner, or with my engine.
To Reproduce
See my PR link below.
Expected behavior
Would be good for the check to match what I see locally.
Environment (please complete the following information):
- OS: Fedora 42 (Local)
- CLI Command:
fastchess --compliance byte-knight
- Version:
fastchess alpha 1.5.0
Additional context
See this PR for the actions runs that failed ptsouchlos/byte-knight#113
Describe the bug
I've been trying to setup a UCI compliance check as part of my CI setup for my chess engine but it consistently fails on step 12 of the compliance check. The odd thing is that I cannot reproduce the behavior when running the compliance check locally.
Currently I'm building
fastchessfrom source in the CI usingclangand then using that built binary for the compliance check.I'm trying to figure out if this is a bug in the check, an issue with the GitHub runner, or with my engine.
To Reproduce
See my PR link below.
Expected behavior
Would be good for the check to match what I see locally.
Environment (please complete the following information):
fastchess --compliance byte-knightfastchess alpha 1.5.0Additional context
See this PR for the actions runs that failed ptsouchlos/byte-knight#113