File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1111 # are valid by-products of the Mathlib build. Build artifacts fetched from Lake's cache do
1212 # not necessarily satisfy this property.
1313 LAKE_NO_CACHE : true
14+ # Direct Lake to store its artifact cache in `.lake`.
15+ # Prevents Lake from using a directory it may not have permissions to under landrun.
16+ LAKE_CACHE_DIR : .lake/cache
1417
1518concurrency :
1619 # label each workflow run; only the latest with each label will run
Original file line number Diff line number Diff line change 2121 # are valid by-products of the Mathlib build. Build artifacts fetched from Lake's cache do
2222 # not necessarily satisfy this property.
2323 LAKE_NO_CACHE : true
24+ # Direct Lake to store its artifact cache in `.lake`.
25+ # Prevents Lake from using a directory it may not have permissions to under landrun.
26+ LAKE_CACHE_DIR : .lake/cache
2427
2528concurrency :
2629 # label each workflow run; only the latest with each label will run
Original file line number Diff line number Diff line change 2828 # are valid by-products of the Mathlib build. Build artifacts fetched from Lake's cache do
2929 # not necessarily satisfy this property.
3030 LAKE_NO_CACHE : true
31+ # Direct Lake to store its artifact cache in `.lake`.
32+ # Prevents Lake from using a directory it may not have permissions to under landrun.
33+ LAKE_CACHE_DIR : .lake/cache
3134
3235concurrency :
3336 # label each workflow run; only the latest with each label will run
Original file line number Diff line number Diff line change 2525 # are valid by-products of the Mathlib build. Build artifacts fetched from Lake's cache do
2626 # not necessarily satisfy this property.
2727 LAKE_NO_CACHE : true
28+ # Direct Lake to store its artifact cache in `.lake`.
29+ # Prevents Lake from using a directory it may not have permissions to under landrun.
30+ LAKE_CACHE_DIR : .lake/cache
2831
2932concurrency :
3033 # label each workflow run; only the latest with each label will run
You can’t perform that action at this time.
0 commit comments