Skip to content

Commit

Permalink
Switch to Mathlib.Init
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Aug 22, 2024
1 parent 4d38bbd commit 48bea5e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ jobs:
id: get
run: |
lake exe cache clean
# Fail quickly if the cache is completely cold, by checking for Batteries.WF
lake exe cache get Batteries.WF
! test -e ./.lake/packages/batteries/.lake/build/lib/Batteries/WF.olean || lake exe cache get
# Fail quickly if the cache is completely cold, by checking for Mathlib.Init
lake exe cache get Mathlib.Init
! test -e .lake/build/lib/Mathlib/Init.olean || lake exe cache get
- name: build mathlib
id: build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ jobs:
id: get
run: |
lake exe cache clean
# Fail quickly if the cache is completely cold, by checking for Batteries.WF
lake exe cache get Batteries.WF
! test -e ./.lake/packages/batteries/.lake/build/lib/Batteries/WF.olean || lake exe cache get
# Fail quickly if the cache is completely cold, by checking for Mathlib.Init
lake exe cache get Mathlib.Init
! test -e .lake/build/lib/Mathlib/Init.olean || lake exe cache get
- name: build mathlib
id: build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ jobs:
id: get
run: |
lake exe cache clean
# Fail quickly if the cache is completely cold, by checking for Batteries.WF
lake exe cache get Batteries.WF
! test -e ./.lake/packages/batteries/.lake/build/lib/Batteries/WF.olean || lake exe cache get
# Fail quickly if the cache is completely cold, by checking for Mathlib.Init
lake exe cache get Mathlib.Init
! test -e .lake/build/lib/Mathlib/Init.olean || lake exe cache get

- name: build mathlib
id: build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ jobs:
id: get
run: |
lake exe cache clean
# Fail quickly if the cache is completely cold, by checking for Batteries.WF
lake exe cache get Batteries.WF
! test -e ./.lake/packages/batteries/.lake/build/lib/Batteries/WF.olean || lake exe cache get
# Fail quickly if the cache is completely cold, by checking for Mathlib.Init
lake exe cache get Mathlib.Init
! test -e .lake/build/lib/Mathlib/Init.olean || lake exe cache get
- name: build mathlib
id: build
Expand Down

0 comments on commit 48bea5e

Please sign in to comment.