You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IO.println s!"Using cache from {remoteName}: {repo}"
241
241
return {repo := repo, useFirst := false}
242
242
243
-
-- FRO cache is flaky so disable until we work out the kinks: https://leanprover.zulipchat.com/#narrow/channel/113488-general/topic/The.20cache.20doesn't.20work/near/411058849
244
-
defuseFROCache : Bool := false
243
+
-- FRO cache may be flaky: https://leanprover.zulipchat.com/#narrow/channel/113488-general/topic/The.20cache.20doesn't.20work/near/411058849
244
+
defuseFROCache : Bool := true
245
245
246
246
/-- Public URL for mathlib cache -/
247
247
defURL : String :=
@@ -266,7 +266,7 @@ Given a file name like `"1234.tar.gz"`, makes the URL to that file on the server
266
266
The `f/` prefix means that it's a common file for caching.
0 commit comments