Skip to content

Commit

Permalink
Update fastchess
Browse files Browse the repository at this point in the history
  • Loading branch information
vondele committed Aug 18, 2024
1 parent 8b63a22 commit 5135d43
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": "zC/uokBbT5DwL5mazGKzy0pFm4DdONOtKUXVcBUaigVSWgSEHT2ItbJTy9kMmk+x", "games.py": "XXu26PHwvst2h+74QTayQqpbMU+6pY/W34EOgrwDx3zlqBmyTeqfGIYan0OM4jub"}
{"__version": 242, "updater.py": "Mg+pWOgGA0gSo2TuXuuLCWLzwGwH91rsW1W3ixg3jYauHQpRMtNdGnCfuD1GqOhV", "worker.py": "gZThu9RSMeBHdNNAxVIMJ5iqJTXy/KdIWGoljEXhvuSp+ouqQiQTUJUj3YrSPziM", "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 = "0f5622ecd9e4a0ae231b2e26370ab1156f89d4bb"
fastchess_sha = "f5ca3eab6e8915e4aad785fb868f6ffcc03fbada"
username = "Disservin"

fastchess = "fastchess" + EXE_SUFFIX
Expand Down

0 comments on commit 5135d43

Please sign in to comment.