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

actions: introduce an artifact build mode #7554

Closed
wants to merge 2 commits into from
Closed

Conversation

multun
Copy link
Contributor

@multun multun commented May 29, 2024

No description provided.

@multun multun force-pushed the fix-actions-fork branch from f99104c to 6c8688a Compare May 29, 2024 16:27
return [registry_cache(self.pr_tag(target))]

def get_cache_from(self, target: Target) -> List[str]:
if self.is_fork:
return []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably load from the target branch cache here to avoid starting from scratch.

See hack commit here, brings build time from 30min down to 10min: 3a14f32

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup nice one

@emersion
Copy link
Member

Superseded by #7558

@emersion emersion closed this Jun 12, 2024
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