-
Notifications
You must be signed in to change notification settings - Fork 1.5k
build.yml: disable the msys2 cache from the GitHub action #14909
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
Conversation
You need to disable the msys2 cache from the GitHub action because we moved the Scheduled Merge Jobs to a new NuttX Mirror Repo and approaching total cache storage limit !!! https://github.com/apache/nuttx/actions/caches https://github.com/msys2/setup-msys2?tab=readme-ov-file#cache
|
@lupyuen will be necessary to remove cache: false from new NuttX Mirror Repo |
|
Thanks @simbit18! I have given you admin access to the NuttX Mirror Repo, in case you need to do any cache maintenance. |
|
Thanks @lupyuen. I feel honoured ! |
|
@lupyuen in the NuttX Mirror Repo I enabled the cache on msys2/setup-msys2 GitHub Action. |
|
Thanks for helping out @simbit18! Shall I update my script that enables the builds on the Mirror Repo? enable-macos-windows.sh Because at every sync, your changes shall be discarded and overwritten like this: NuttX@5091f5d |
|
@lupyuen Yes, then it is necessary |
|
Yep I have updated the script, we'll see the updates at the next sync. Thanks! |
Summary
You need to disable the msys2 cache from the GitHub action because we moved the Scheduled Merge Jobs to a new NuttX Mirror Repo and approaching total cache storage limit !!!
Nuttx caches
msys2 GitHub Action cache
Impact
Impact on user: No changes to user-facing functionality
Impact on build: Build process remains the same
Testing
CI
Github