Skip to content

Commit

Permalink
Update fast-chess, fix 'loses on time' count.
Browse files Browse the repository at this point in the history
  • Loading branch information
vondele committed Aug 17, 2024
1 parent 42ea7e5 commit 8b63a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion worker/sri.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"__version": 242, "updater.py": "Mg+pWOgGA0gSo2TuXuuLCWLzwGwH91rsW1W3ixg3jYauHQpRMtNdGnCfuD1GqOhV", "worker.py": "7I4OpNFG+m7siiP09PHNSbCJTxyF7bHyK8AHlZO0T9V6nk4TN//cVJzSvQTUiZdb", "games.py": "XXu26PHwvst2h+74QTayQqpbMU+6pY/W34EOgrwDx3zlqBmyTeqfGIYan0OM4jub"}
{"__version": 242, "updater.py": "Mg+pWOgGA0gSo2TuXuuLCWLzwGwH91rsW1W3ixg3jYauHQpRMtNdGnCfuD1GqOhV", "worker.py": "zC/uokBbT5DwL5mazGKzy0pFm4DdONOtKUXVcBUaigVSWgSEHT2ItbJTy9kMmk+x", "games.py": "XXu26PHwvst2h+74QTayQqpbMU+6pY/W34EOgrwDx3zlqBmyTeqfGIYan0OM4jub"}
2 changes: 1 addition & 1 deletion worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def setup_fastchess(worker_dir, compiler, concurrency, global_cache):
testing_dir = worker_dir / "testing"
testing_dir.mkdir(exist_ok=True)

fastchess_sha = "3564c85837060d9a39baac2257e6e43456de84df"
fastchess_sha = "0f5622ecd9e4a0ae231b2e26370ab1156f89d4bb"
username = "Disservin"

fastchess = "fastchess" + EXE_SUFFIX
Expand Down

0 comments on commit 8b63a22

Please sign in to comment.