Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/native-image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ jobs:
with:
jvm: graalvm-community:21.0.2

- name: Gather version
# some cleanup of the sbt output to get the version sbt will use when publishing below
run: |-
sbt --no-colors "print akka-projection-core/version" | tail -n 1 | tr -d '\n' > ~/.version
echo [$(cat ~/.version)]
# useful for debugging: hexdump -c ~/.version

- name: Publish artifacts locally
run: |-
sbt "set ThisBuild/Compile/packageDoc/publishArtifact := false; +publishLocal; publishM2" -Dakka.no.discipline=true

- name: "Build and test Scala Native Image"
run: |
cd samples/grpc/local-drone-control-scala
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,11 @@
"typeReachable": "akka.cluster.ddata.typed.scaladsl.DistributedData"
},
"name": "akka.cluster.ddata.typed.scaladsl.DistributedData"
},
{
"condition": {
"typeReachable": "akka.projection.grpc.internal.ConsumerFilterRegistry"
},
"name": "akka.projection.grpc.internal.ConsumerFilterRegistry$PubSubAck"
}
]