Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 30, 2026

CI was retrieving mathlib cache unconditionally, even when .lake was successfully restored from cache (which already contains mathlib).

Changes

  • Added conditional to skip lake exe cache get when cache-restore step hits cache
- name: Get Mathlib cache
  if: steps.cache-restore.outputs.cache-hit != 'true'
  run: lake exe cache get

Reduces CI time on cache hits while preserving behavior on cache misses.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: SnO2WMaN <15155608+SnO2WMaN@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix cache restore strategy in CI Skip mathlib cache retrieval when .lake cache restored Jan 30, 2026
Copilot AI requested a review from SnO2WMaN January 30, 2026 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants