Skip to content

Commit

Permalink
Enable GraalVM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge committed Nov 26, 2024
1 parent 153d965 commit dadb022
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
lang_tag:
description: Branch/Release Tag of the Ballerina Lang
required: true
default: master
default: 2201.9.x
lang_version:
description: Ballerina Lang Version (If given ballerina lang buid will be skipped)
required: false
default: ''
default: 2201.9.0
native_image_options:
description: Default native-image options
required: false
Expand All @@ -19,7 +19,7 @@ on:
- cron: '30 18 * * *'
pull_request:
branches:
- master
- 2201.9.x
types: [ opened, synchronize, reopened, labeled, unlabeled ]

concurrency:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,17 @@
{
"name":"io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueProducerLimitField",
"fields":[{"name":"producerLimit"}]
},
{
"name": "io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueConsumerIndexField",
"fields": [{"name": "consumerIndex"}]
},
{
"name": "io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerIndexField",
"fields": [{"name": "producerIndex"}]
},
{
"name": "io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerLimitField",
"fields": [{"name": "producerLimit"}]
}
]

0 comments on commit dadb022

Please sign in to comment.