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

Inject metadata for UnresolvedSymlinkAction #24832

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fmeum
Copy link
Collaborator

@fmeum fmeum commented Jan 6, 2025

The metadata of the output is known and does not require IO to create.

The metadata of the output is known and does not require IO to create.
@fmeum fmeum requested a review from a team as a code owner January 6, 2025 12:24
@fmeum fmeum requested review from katre and tjgq and removed request for a team and katre January 6, 2025 12:24
@github-actions github-actions bot added team-Performance Issues for Performance teams team-Configurability platforms, toolchains, cquery, select(), config transitions awaiting-review PR is awaiting review from an assigned reviewer labels Jan 6, 2025
@@ -81,6 +82,16 @@ public ActionResult execute(ActionExecutionContext actionExecutionContext)
throw new ActionExecutionException(message, e, this, false, code);
}

// Action filesystems are responsible for their own metadata injection.
if (actionExecutionContext.getActionFileSystem() == null) {
actionExecutionContext
Copy link
Member

Choose a reason for hiding this comment

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

I am wondering whether this can be done inside skyframe (i.e. we don't need to add special case for action filesystem)?

cc @tjgq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-review PR is awaiting review from an assigned reviewer team-Configurability platforms, toolchains, cquery, select(), config transitions team-Performance Issues for Performance teams
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants