Skip to content

Commit

Permalink
Merge pull request #1478 from ballerina-platform/graalvm-fix
Browse files Browse the repository at this point in the history
Enable GraalVM check for windows
  • Loading branch information
TharmiganK authored Nov 20, 2024
2 parents 748a865 + 58f679a commit fa1187b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,5 @@ jobs:
lang_version: ${{ inputs.lang_version }}
native_image_options: ${{ inputs.native_image_options }}
additional_ubuntu_build_flags: '-x :websocket-compiler-plugin-test:test'
# additional_windows_build_flags: '-x :websocket-compiler-plugin-test: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 :websocket-compiler-plugin-test:test'
java_tool_options: '-Dfile.encoding=UTF8'

0 comments on commit fa1187b

Please sign in to comment.