Skip to content

Commit

Permalink
Merge pull request #1661 from ballerina-platform/graalvm-fix
Browse files Browse the repository at this point in the history
Fix GraalVM workflow issues
  • Loading branch information
TharmiganK authored Nov 20, 2024
2 parents 6ee5cba + 7353bc4 commit 51b0a00
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
with:
lang_tag: ${{ inputs.lang_tag }}
lang_version: ${{ inputs.lang_version }}
native_image_options: '-J-Xmx7G ${{ inputs.native_image_options }}'
native_image_options: ${{ inputs.native_image_options }}
additional_ubuntu_build_flags: '-x :grpc-native:test -x :grpc-compiler-plugin-tests:test'
# additional_windows_build_flags: '-x :grpc-native:test -x :grpc-compiler-plugin-tests:test -x :grpc-tooling-tests:test'
# TODO : Enable after fixing this issue : https://github.com/ballerina-platform/ballerina-lang/issues/38882
additional_windows_build_flags: '-x test'
additional_windows_build_flags: '-x :grpc-native:test -x :grpc-compiler-plugin-tests:test'
java_tool_options: '-Dfile.encoding=UTF8'

0 comments on commit 51b0a00

Please sign in to comment.