Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork132
Make sure all input files are using path sensitivity of relative to avoid cache misses in CI builds.#1107
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…void cache misses in CI builds.
* 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I would use aClasspathNormalizer if@autonomousapps confirms that the requirement for absolute path is in the processing
There was a problem hiding this 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.
No description provided.