Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ env:
# are valid by-products of the Mathlib build. Build artifacts fetched from Lake's cache do
# not necessarily satisfy this property.
LAKE_NO_CACHE: true
MATHLIB_CACHE_BASE_URL: ${{ vars.MATHLIB_CACHE_BASE_URL }}

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lake_cache_shadow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ env:
SHADOW_SCOPE: mathlib4-master-shadow
# NOTE: STAGE_TARGETS is set per-job (not here) from the `targets` input, so
# it can be overridden per dispatch — see the `build_and_stage`/`consume` env.
MATHLIB_CACHE_BASE_URL: ${{ vars.MATHLIB_CACHE_BASE_URL }}

jobs:
build_and_stage:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/olean_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ concurrency:
permissions:
contents: read

env:
MATHLIB_CACHE_BASE_URL: ${{ vars.MATHLIB_CACHE_BASE_URL }}

jobs:
report:
name: Prepare olean report
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/remove_deprecated_decls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
default: false
type: boolean

env:
MATHLIB_CACHE_BASE_URL: ${{ vars.MATHLIB_CACHE_BASE_URL }}

jobs:
build:
name: Remove outdated deprecated declarations
Expand Down
Loading