Skip to content

Conversation

ineol
Copy link

@ineol ineol commented Sep 24, 2025

Cache should on check for the nightly-testing remote when it is run from the Mathlib root and not from a repo which depends on Mathlib.

Fixes #28594


I don't know how to test this fix since it would need to be in a nightly release, but at least it is working when ran from from tip of master.

Open in Gitpod

Cache should on check for the nightly-testing remote when it is run from
the Mathlib root and not from a repo which depends on Mathlib.
@github-actions github-actions bot added the new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! label Sep 24, 2025
Copy link

PR summary f4506f7151

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

No 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 script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@ineol
Copy link
Author

ineol commented Sep 25, 2025

cc @kim-em

@robin-carlier
Copy link
Collaborator

Reassigning @kim-em as I’m not competent with the inner working of mathlib's CI infrastructure.

@robin-carlier robin-carlier assigned kim-em and unassigned robin-carlier Oct 2, 2025
@robin-carlier robin-carlier added the CI Modifies the continuous integration setup or other automation label Oct 2, 2025
@kim-em
Copy link
Contributor

kim-em commented Oct 15, 2025

I think this is not the right solution, and #30571 is better.

@kim-em kim-em closed this Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Modifies the continuous integration setup or other automation new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using nighly mathlib as dependency fails

3 participants