Skip to content

Commit a3e910d

Browse files
authored
chore: revert to Azure cache (#29414)
1 parent 24dd4ca commit a3e910d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cache/Requests.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def getRemoteRepo (mathlibDepPath : FilePath) : IO RepoInfo := do
241241
return {repo := repo, useFirst := false}
242242

243243
-- FRO cache may be flaky: https://leanprover.zulipchat.com/#narrow/channel/113488-general/topic/The.20cache.20doesn't.20work/near/411058849
244-
def useFROCache : Bool := true
244+
def useFROCache : Bool := false
245245

246246
/-- Public URL for mathlib cache -/
247247
def URL : String :=

0 commit comments

Comments
 (0)