Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: CI: use parameter cache also for macOS #1583

Merged
merged 1 commit into from
Mar 28, 2022
Merged

chore: CI: use parameter cache also for macOS #1583

merged 1 commit into from
Mar 28, 2022

Commits on Mar 25, 2022

  1. chore: CI: use parameter cache also for macOS

    In CircleCI you cannot restore a cache on macOS that was saved on Linux.
    The workaround is to persist those files in a workspace. That workspace
    can then be attached on macOS. So the workflow for macOS is:
    
      1. (Linux) Generate parameters and cache them
      2. (Linux) Restore cache and preserve in workspace
      3. (macOS) Attach workspace
    vmx committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    e4d3ff5 View commit details
    Browse the repository at this point in the history