graalvm / setup-graalvm

GitHub Action for setting up GraalVM distributions.
https://www.graalvm.org
Universal Permissive License v1.0
192 stars 27 forks source link

Support for Azure Pipelines #34

Open ESJBRE1 opened 1 year ago

ESJBRE1 commented 1 year ago

Hi,

I would like to know if exist an example to use setup-graalvm for Azure Pipelines.

Many thanks in advance

Juan Antonio

fniephaus commented 1 year ago

Hi @ESJBRE1, thanks for your question. We currently do not have an example that shows how to use this action in Azure Pipelines. In fact, I'm not even sure this is possible. Searching for Azure Pipelines and GitHub Actions suggests that users are migrating from AP to GHA. Assuming you are an AP user, do you know if GitHub Actions can be used in a pipeline?

ESJBRE1 commented 1 year ago

HI,

I found this idea from an User: https://github.com/Azure/azure-sdk-for-java/issues/21735#issuecomment-1290515597 (I didn't test yet) but I was thinking in a more corporate solution from GraalVM team.

In our side, our corporate software need to run on Azure Pipelines only.