graalvm / native-build-tools

Native-image plugins for various build tools
https://graalvm.github.io/native-build-tools/
Other
348 stars 51 forks source link

Delete old stale args file #589

Closed n0tl3ss closed 3 months ago

n0tl3ss commented 3 months ago

Problem: Copying args file into Docker with something similar to COPY *.args /home/app/graalvm-native-image.args causes problem because there might be more then one generated args file. This is required because convertToArgsFile creates temporary file that contains contains random integer in the name.

Solution:

Fixes https://github.com/micronaut-projects/micronaut-maven-plugin/issues/1048

oracle-contributor-agreement[bot] commented 3 months ago

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA). The following contributors of this PR have not signed the OCA:

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.