Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leanprover-community-mathlib4-bot committed Nov 25, 2024
2 parents ab90d84 + 3646342 commit b07f3be
Show file tree
Hide file tree
Showing 922 changed files with 21,137 additions and 10,237 deletions.
6 changes: 5 additions & 1 deletion .github/build.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ jobs:
run: |
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build --wfail -KCI"
- name: print the sizes of the oleans
run: |
du .lake/build/lib/Mathlib || echo "This code should be unreachable"
- name: upload cache
# We only upload the cache if the build started (whether succeeding, failing, or cancelled)
# but not if any earlier step failed or was cancelled.
Expand Down Expand Up @@ -266,7 +270,7 @@ jobs:
with:
linters: gcc
run:
lake test
lake --iofail test

- name: check for unused imports
id: shake
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/PR_summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
build:
name: "post-or-update-summary-comment"
runs-on: ubuntu-latest

steps:
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/add_label_from_comment.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/add_label_from_review.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/add_label_from_review_comment.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/bench_summary_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
{
cat scripts/bench_summary.lean
printf $'run_cmd BenchAction.addBenchSummaryComment %s "leanprover-community/mathlib4"' "${PR}"
printf $'run_cmd BenchAction.addBenchSummaryComment %s "leanprover-community/mathlib4" %s' "${PR}" "${{ github.run_id }}"
} |
lake env lean --stdin
env:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ jobs:
run: |
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build --wfail -KCI"
- name: print the sizes of the oleans
run: |
du .lake/build/lib/Mathlib || echo "This code should be unreachable"
- name: upload cache
# We only upload the cache if the build started (whether succeeding, failing, or cancelled)
# but not if any earlier step failed or was cancelled.
Expand Down Expand Up @@ -276,7 +280,7 @@ jobs:
with:
linters: gcc
run:
lake test
lake --iofail test

- name: check for unused imports
id: shake
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ jobs:
run: |
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build --wfail -KCI"
- name: print the sizes of the oleans
run: |
du .lake/build/lib/Mathlib || echo "This code should be unreachable"
- name: upload cache
# We only upload the cache if the build started (whether succeeding, failing, or cancelled)
# but not if any earlier step failed or was cancelled.
Expand Down Expand Up @@ -283,7 +287,7 @@ jobs:
with:
linters: gcc
run:
lake test
lake --iofail test

- name: check for unused imports
id: shake
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/build_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ jobs:
run: |
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build --wfail -KCI"
- name: print the sizes of the oleans
run: |
du .lake/build/lib/Mathlib || echo "This code should be unreachable"
- name: upload cache
# We only upload the cache if the build started (whether succeeding, failing, or cancelled)
# but not if any earlier step failed or was cancelled.
Expand Down Expand Up @@ -280,7 +284,7 @@ jobs:
with:
linters: gcc
run:
lake test
lake --iofail test

- name: check for unused imports
id: shake
Expand Down
Loading

0 comments on commit b07f3be

Please sign in to comment.