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

Add workflow to manually update the lib cache #4376

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Conversation

SeanTAllen
Copy link
Member

We cache lib in order to speed up our builds as building all of LLVM takes a long long time. Once an update to any of the files that would invalidate the cached libs is done, until a new cached version is done on "main", it won't apply to new PRs.

This workflow allows us to update (if needed) the lib cache for any given branch. In general, this would usually only be used on main.

@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Aug 7, 2023
We cache `lib` in order to speed up our builds as building all of LLVM
takes a long long time. Once an update to any of the files that would
invalidate the cached libs is done, until a new cached version is done
on "main", it won't apply to new PRs.

This workflow allows us to update (if needed) the lib cache for any
given branch. In general, this would usually only be used on `main`.
@SeanTAllen SeanTAllen merged commit 31c1fd4 into main Aug 7, 2023
11 of 19 checks passed
@SeanTAllen SeanTAllen deleted the manual-llvm-cache branch August 7, 2023 19:14
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Aug 7, 2023
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