Skip to content

Commit

Permalink
Update fastchess
Browse files Browse the repository at this point in the history
  • Loading branch information
vondele committed Jul 27, 2024
1 parent 2e227a0 commit 58fe4db
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": "cByOSq6A68BXEYsaY62BMPesVU/KRe9J1XcTFib97wLO7jK3+acHfQ3C8xzt6aCK", "games.py": "fRFEGLGxC6j9v+l1KGNgT4jpFKgZ4bl+XufUzmqAUCXH5feGsk5HT/U7fQIG0+hR"}
{"__version": 242, "updater.py": "Mg+pWOgGA0gSo2TuXuuLCWLzwGwH91rsW1W3ixg3jYauHQpRMtNdGnCfuD1GqOhV", "worker.py": "guhlz0acUIvnunjuptp0oXIJR9MGcQrpcBmG8xTw+Qwfp3dDL5iEfIjIppDfrDP2", "games.py": "fRFEGLGxC6j9v+l1KGNgT4jpFKgZ4bl+XufUzmqAUCXH5feGsk5HT/U7fQIG0+hR"}
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 = "58c8fb35c26fe5afffc21364afa7dbadc0afa909"
fastchess_sha = "fa97613da09b885fede60c7e9578e4eb39c59495"
username = "Disservin"

fastchess = "fastchess" + EXE_SUFFIX
Expand Down

0 comments on commit 58fe4db

Please sign in to comment.