Skip to content

CI: cache MLX build, bump to Node.js 24 actions - #30

Merged
ausimian merged 1 commit into
mainfrom
fix-ci-cache-and-node-versions
Apr 17, 2026
Merged

CI: cache MLX build, bump to Node.js 24 actions#30
ausimian merged 1 commit into
mainfrom
fix-ci-cache-and-node-versions

Conversation

@ausimian

@ausimian ausimian commented Apr 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Cache ~/Library/Caches/emily (MLX cmake build + NIF .o files) to skip the ~6 min MLX-from-source rebuild on cache hits
  • Bump actions/checkout v4 → v6 and actions/cache v4 → v5 to resolve Node.js 20 deprecation warnings

Test plan

  • First CI run: cold cache, full MLX build (~6 min), populates cache
  • Second CI run: warm cache, skips MLX build, links only (~seconds)
  • No Node.js 20 deprecation warnings in CI output

Cache ~/Library/Caches/emily (MLX cmake build + NIF object files)
to avoid rebuilding MLX from source on every CI run (~6 min).
Bump checkout v4→v6 and cache v4→v5 to silence Node.js 20
deprecation warnings.
@ausimian
ausimian merged commit ca8665b into main Apr 17, 2026
2 checks passed
@ausimian
ausimian deleted the fix-ci-cache-and-node-versions branch April 17, 2026 11:00
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.

1 participant