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

JDK EA job: drop jbang action #16598

Merged
merged 1 commit into from Apr 17, 2021
Merged

JDK EA job: drop jbang action #16598

merged 1 commit into from Apr 17, 2021

Conversation

famod
Copy link
Member

@famod famod commented Apr 16, 2021

Should fix the reporting for good.

This is the result of a longer chat with @maxandersen:
We cannot use the jbang action here because GH does not mount /opt/hostedtoolcache into the container and so the host's JDK is not visible to jbang.
Letting jbang install it's own JDK would have been the (less efficient) alternative.

@quarkus-bot quarkus-bot bot added the area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure label Apr 16, 2021
@maxandersen
Copy link
Contributor

yeah, this was interesting - basically any github action (not just jbang) does not get /opt/hostedtoolcache mounted as volume so they can't "see" any of those tools installed via setup-* actions.

LGTM!

@gsmet gsmet merged commit 6c0ea9d into quarkusio:main Apr 17, 2021
@quarkus-bot quarkus-bot bot added this to the 2.0 - main milestone Apr 17, 2021
@famod famod deleted the jdk-ea-job-jbang-jdk-workaround branch April 17, 2021 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants