You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(isthmus-cli): use official graal plugin (#512)
Replace the deprecated com.palantir.graal plugin, which was last
released in June 2022 and is no longer maintained.
Signed-off-by: Mark S. Lewis <[email protected]>
Copy file name to clipboardExpand all lines: isthmus-cli/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,26 @@ Isthmus-CLI provides a native command-line interface to drive the [Isthmus](../i
6
6
7
7
## Build
8
8
9
-
Isthmus can be built as a native executable via Graal
9
+
Isthmus can be built as a native executable via Graal. This requires a GraalVM JDK to be installed, and its install location set in the `GRAALVM_HOME` environment variable.
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ After you've cloned the project through git, Substrait Java is built with a tool
11
11
./gradlew build
12
12
```
13
13
14
-
To build the Isthmus executable that enables Substrait plans to be generated for a SQL statement, execute the following:
14
+
To build the Isthmus executable that enables Substrait plans to be generated for a SQL statement, first ensure that you have GraalVM JDK installed and its install location set in the `GRAALVM_HOME` environment variable, then execute the following:
0 commit comments