You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/12/15 02:18:33 UTC

[GitHub] [daffodil-vscode] Shanedell commented on issue #386: DISCUSSION: Issue with Java in Mac CI

Shanedell commented on issue #386:
URL: https://github.com/apache/daffodil-vscode/issues/386#issuecomment-1352470828

   Looks like it is in fact trying to use java 8 by default. I took a look at these documents:
   
   - https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md
   - https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
   - https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md
   - https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md
   
   Looking at these documents java 8 is the default on mac and windows but not linux. So, possibly Windows set java home as 11 properly but macos is having an issue with it? Or something with running the sbt command through yarn is causing issues, but I would expect that to happen on all 3 then. I tried it with macos-12, to see if it was only an issue with macos-11, but it got the same error. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org