-
Notifications
You must be signed in to change notification settings - Fork 73
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: graalvm/native-build-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.18
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: graalvm/native-build-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.19
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 33 files changed
- 2 contributors
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c938807 - Browse repository at this point
Copy the full SHA c938807View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce3fd6b - Browse repository at this point
Copy the full SHA ce3fd6bView commit details -
Merge pull request #370 from dnestoro/dnestoro/ChangeGraalVMVersion
Remove dev version from workflow
Configuration menu - View commit details
-
Copy full SHA for 21f63e7 - Browse repository at this point
Copy the full SHA 21f63e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d233dc6 - Browse repository at this point
Copy the full SHA d233dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f8e4dc - Browse repository at this point
Copy the full SHA 4f8e4dcView commit details
Commits on Nov 28, 2022
-
Fix compile task out of date when runtime args change (#372)
* Fix compile task out of date when runtime args change The `NativeImageOptions` domain object is used in the DSL to configure both compile and runtime arguments for native images: the compile options are used to invoke `native-image` and build a binary, while the runtime args are used to pass extra arguments when executing the native image. The full `NativeImageOptions` domain object was passed to the native image compilation task as a `@Nested` input, which meant in practice that if the _runtime_ arguments changed, then we would rebuild the image although it isn't necessary. This commit fixes the problem in a binary compatible way, by introducing a couple of interfaces: one for the compile options, the other for the runtime options. It makes the "options" internal on the compile task, and uses a delegated view of compile options for input snapshotting. Fixes #371 * Remove pre-Gradle 7 tests With the removal of the Java 11 variant of GraalVM, we're not in capacity of testing this on pre-Gradle 7 since the spec won't let us specify that we need a GraalVM vendor.
Configuration menu - View commit details
-
Copy full SHA for 9324f40 - Browse repository at this point
Copy the full SHA 9324f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 750007a - Browse repository at this point
Copy the full SHA 750007aView commit details
Commits on Nov 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0c7287a - Browse repository at this point
Copy the full SHA 0c7287aView commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 465545e - Browse repository at this point
Copy the full SHA 465545eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.9.18...0.9.19