module-ballerinax-azure.functions icon indicating copy to clipboard operation
module-ballerinax-azure.functions copied to clipboard

Avoid double native compilation when its not needed

Open xlight05 opened this issue 2 years ago • 0 comments

Description: $Subject

We have several use cases where we can avoid double compilation. We need to research into this in depth before doing it.

  1. Let users to use windows OS of azure functions apps and use the executable built for windows.
  2. Use compiler generated native if the OS is Linux amd64.

Describe your problem(s)

Describe your solution(s)

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

xlight05 avatar Nov 01 '22 09:11 xlight05