Skip to content

Commit

Permalink
build: fix flaky native build (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvolpato authored Feb 23, 2025
1 parent f15cbab commit 7984504
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ jobs:
run: gu install native-image
- name: Build with Gradle
run: |
ln -s isthmus-cli/proxies.json
gradle nativeImage
- name: Smoke Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion isthmus-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ graal {
option("-H:IncludeResources=.*yaml")
option("--report-unsupported-elements-at-runtime")
option("-H:+ReportExceptionStackTraces")
option("-H:DynamicProxyConfigurationFiles=proxies.json")
option("-H:DynamicProxyConfigurationFiles=${project.file("proxies.json")}")
option("--features=io.substrait.isthmus.cli.RegisterAtRuntime")
option("-J--enable-preview")
}

0 comments on commit 7984504

Please sign in to comment.