[Merged by Bors] - fix(CI): adapt to new olean path#22506
[Merged by Bors] - fix(CI): adapt to new olean path#22506
Conversation
PR summary c96844f7f1Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
.github/build.in.yml
Outdated
| id: get | ||
| run: | | ||
| rm -rf .lake/build/lib/Mathlib/ | ||
| rm -rf .lake/build/lib/lean/Mathlib .lake/build/lib/Mathlib/ |
There was a problem hiding this comment.
Let's split this into two commands, so we can leave a comment saying that one is for cleaning up pre-4.18.0-rc1 oleans.
|
@tydeu, do you happen to know the lean PR that made this change, to reference here? |
|
bors d+ |
|
✌️ adomani can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Thanks! I'll merge this and see if the step printing the size of the oleans works again. bors r+ |
The path where the oleans are stored appears to be contained inside an extra `lean` layer. Reported on [Zulip](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/Error.20in.20CI.20step.20.22print.20sizes.20of.20oleans.22) As mentioned below, this is a consequence of [lean4#7001](leanprover/lean4#7001).
|
Pull request successfully merged into master. Build succeeded: |
The path where the oleans are stored appears to be contained inside an extra `lean` layer. Reported on [Zulip](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/Error.20in.20CI.20step.20.22print.20sizes.20of.20oleans.22) As mentioned below, this is a consequence of [lean4#7001](leanprover/lean4#7001).
The path where the oleans are stored appears to be contained inside an extra `lean` layer. Reported on [Zulip](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/Error.20in.20CI.20step.20.22print.20sizes.20of.20oleans.22) As mentioned below, this is a consequence of [lean4#7001](leanprover/lean4#7001).
The path where the oleans are stored appears to be contained inside an extra
leanlayer.Reported on Zulip
As mentioned below, this is a consequence of lean4#7001.