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

Make sure all input files are using path sensitivity of relative to avoid cache misses in CI builds. #1107

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

Conversation

NikolayMetchev
Copy link

No description provided.

@NikolayMetchev NikolayMetchev marked this pull request as ready for review January 22, 2024 11:44
* jars really does matter here. Using [Classpath] is an error, as it looks only at content and
* not name or path, and we really do need to know the actual path to the artifact, even if its
* contents haven't changed.
*/
@PathSensitive(PathSensitivity.ABSOLUTE)
@PathSensitive(RELATIVE)
Copy link

Choose a reason for hiding this comment

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

I would use a ClasspathNormalizer if @autonomousapps confirms that the requirement for absolute path is in the processing

Copy link
Owner

@autonomousapps autonomousapps left a comment

Choose a reason for hiding this comment

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

See associated issue comments for why this PR cannot be accepted.

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.

None yet

3 participants