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

Fix jacoco agent temp location in build.gradle #249

Merged
merged 1 commit into from
Aug 5, 2021

Conversation

akarollil
Copy link

The path in /tmp did not have a trailing / which makes gradle fail on
Linux build environments with a permission error when trying to write to
/tmpjacocoagent.jar (in the root folder) rather than
/tmp/jacocoagent.jar.

Fix by adding a / after /tmp

@akarollil akarollil requested a review from irinaepshteyn August 4, 2021 22:26
@akarollil akarollil changed the base branch from rc_75.0.0 to predix_extensions_75.0.0 August 4, 2021 22:37
The path in /tmp did not have a trailing `/` which makes gradle fail on
Linux build environments with a permission error when trying to write to
`/tmpjacocoagent.jar` (in the root folder) rather than
`/tmp/jacocoagent.jar`.

Fix by adding a `/` after `/tmp`
@akarollil akarollil force-pushed the fix-jacocoagent-path branch from cf5520d to 05ff16c Compare August 4, 2021 22:39
Copy link

@irinaepshteyn irinaepshteyn left a comment

Choose a reason for hiding this comment

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

Tested on my Mac. Looks good.

@akarollil akarollil merged commit 39002d3 into predix_extensions_75.0.0 Aug 5, 2021
@akarollil akarollil deleted the fix-jacocoagent-path branch August 5, 2021 18:11
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