Skip to content

Commit

Permalink
release:release for 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: grapebaba <[email protected]>
  • Loading branch information
GrapeBaBa committed Jun 17, 2023
1 parent 0e5adb3 commit 8cdbeed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
cache: 'gradle'
native-image-musl: 'true'
set-java-home: 'true'
native-image-job-reports: 'false'
native-image-job-reports: 'true'

- name: 🏗️ Build static image with musl libc
id: native-build
Expand Down
2 changes: 1 addition & 1 deletion hildr-node/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ graalvmNative {
buildArgs.add('--enable-https')
buildArgs.add('--enable-preview')
buildArgs.add('--add-modules=jdk.incubator.concurrent')
buildArgs.add('--gc=G1')
// buildArgs.add('--gc=G1')
// buildArgs.add('--report-unsupported-elements-at-runtime')
// buildArgs.add('--features=okhttp3.internal.graal.OkHttpFeature')
// buildArgs.add('-H:EnableURLProtocols=http,https')
Expand Down

0 comments on commit 8cdbeed

Please sign in to comment.