Skip to content

Commit

Permalink
Merge pull request #16 from ballerina-platform/graalvm-check
Browse files Browse the repository at this point in the history
Update GraalVM check workflow
  • Loading branch information
TharmiganK authored Jun 25, 2024
2 parents 77d335a + 7a3a5d2 commit 2d1aff4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,4 @@ jobs:
with:
lang_tag: ${{ inputs.lang_tag }}
lang_version: ${{ inputs.lang_version }}
native_image_options: '-J-Xmx7G ${{ inputs.native_image_options }}'
additional_ubuntu_build_flags: '-x :graphql-compiler-plugin-tests:test'
# TODO : Enable after fixing this issue : https://github.com/ballerina-platform/ballerina-lang/issues/38882
# additional_windows_build_flags: '-x :graphql-compiler-plugin-tests:test'
additional_windows_build_flags: '-x test'
native_image_options: ${{ inputs.native_image_options }}

0 comments on commit 2d1aff4

Please sign in to comment.