Skip to content

Commit

Permalink
Remove graalvmCompatibility tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Jun 20, 2023
1 parent d5ce81c commit 3a3b1fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/graalvm-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true

- name: Run Ballerina build using the native executable
run: bal build --native ./prometheus-extension-ballerina

- name: Run Ballerina tests using the native executable
run: bal test --native ./prometheus-extension-ballerina

- name: Run Ballerina build using the native executable
run: bal build --native ./prometheus-extension-ballerina
2 changes: 0 additions & 2 deletions prometheus-extension-ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ name = "prometheus"
version = "@toml.version@"
distribution = "2201.7.0"

[platform.java11]
graalvmCompatible = true

0 comments on commit 3a3b1fd

Please sign in to comment.