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

No source cache when native executable created in container #12283

Closed
galderz opened this issue Sep 23, 2020 · 0 comments · Fixed by #12294
Closed

No source cache when native executable created in container #12283

galderz opened this issue Sep 23, 2020 · 0 comments · Fixed by #12294
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@galderz
Copy link
Member

galderz commented Sep 23, 2020

Source cache for native executable not generated when creating it inside a container, e.g.

$ mvn package -Dquarkus.native.container-build=true -Dquarkus.native.debug.enabled=true -Dnative
...
$ find target -name 'source-cache'
<nothing>
@galderz galderz added the kind/bug Something isn't working label Sep 23, 2020
@galderz galderz self-assigned this Sep 23, 2020
galderz added a commit to galderz/quarkus that referenced this issue Sep 23, 2020
* Let Mandrel/GraalVM decide where to put the source cache,
which naturally leads to a folder
that's stored within the module shared with container.
* Copy the application sources in advance,
to avoid the need to make src/main/java available to the container.
geoand added a commit that referenced this issue Sep 25, 2020
Create source cache when building native in container #12283
@geoand geoand added this to the 1.9.0 - master milestone Sep 25, 2020
geoand pushed a commit to geoand/quarkus that referenced this issue Sep 25, 2020
* Let Mandrel/GraalVM decide where to put the source cache,
which naturally leads to a folder
that's stored within the module shared with container.
* Copy the application sources in advance,
to avoid the need to make src/main/java available to the container.
@gsmet gsmet modified the milestones: 1.9.0 - master, 1.7.4.Final Oct 1, 2020
gsmet pushed a commit to gsmet/quarkus that referenced this issue Oct 1, 2020
* Let Mandrel/GraalVM decide where to put the source cache,
which naturally leads to a folder
that's stored within the module shared with container.
* Copy the application sources in advance,
to avoid the need to make src/main/java available to the container.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants