Skip to content

Commit

Permalink
Add configuration for graalvm compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
prakanth97 committed Dec 21, 2023
1 parent 2019949 commit 68dc4de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ jobs:
lang_tag: ${{ inputs.lang_tag }}
lang_version: ${{ inputs.lang_version }}
native_image_options: '-J-Xmx7G ${{ inputs.native_image_options }}'
additional_windows_build_flags: '-x test'
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"resources":{
"includes":[ {
"pattern":"\\QMETA-INF/services/javax.xml.stream.XMLInputFactory\\E"
}, {
"pattern":"\\QMETA-INF/services/javax.xml.stream.XMLOutputFactory\\E"
}]},
"bundles":[{
"name":"error",
"locales":[""]
}]
}

0 comments on commit 68dc4de

Please sign in to comment.