Skip to content

Commit

Permalink
Update to faster (windows) fast-chess
Browse files Browse the repository at this point in the history
  • Loading branch information
vondele committed Jul 16, 2024
1 parent d4839e1 commit 8a7b5d2
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": "WUrLc70MJRE2+iyQKGNA912BgWErjvKYFc+b5EGxogh8bi//xmmflvVRV/KTVHZA", "games.py": "7RjSD5X3UP0DIgQecSpaRKTVFmf/4POUAHpNskuPVWNkdscE7+2PTQGfqHklIwho"}
{"__version": 242, "updater.py": "Mg+pWOgGA0gSo2TuXuuLCWLzwGwH91rsW1W3ixg3jYauHQpRMtNdGnCfuD1GqOhV", "worker.py": "wxXElCwLzOdpBm3ieFw6V+o6dH8qr7EGWjxFSPIM911ZV/P4v/q+cVxKNvXGkz2F", "games.py": "7RjSD5X3UP0DIgQecSpaRKTVFmf/4POUAHpNskuPVWNkdscE7+2PTQGfqHklIwho"}
2 changes: 1 addition & 1 deletion worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def setup_fastchess(worker_dir, compiler, concurrency, global_cache):
testing_dir = worker_dir / "testing"
testing_dir.mkdir(exist_ok=True)

fastchess_sha = "b51e6651f393437a79aca6cb944978359dcada34"
fastchess_sha = "b95fe0ab26b9d42194dcd4902f7ec22e93f1256c"
username = "Disservin"

fastchess = "fast-chess" + EXE_SUFFIX
Expand Down

0 comments on commit 8a7b5d2

Please sign in to comment.