-
Notifications
You must be signed in to change notification settings - Fork 1.1k
add basic windows job settings #9934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2bb4e49
to
c44f719
Compare
e7efd94
to
c8b5896
Compare
52217a5
to
bf27928
Compare
Currently, Github actions only support Linux containers.
Instead of create project/scripts/sbt.bat, we update .jvmopts. -J-X options are not supported on windows: sbt/sbt#5179
eb22fe8
to
12ec724
Compare
794129d
to
6191212
Compare
|
||
# - name: Scala.js Test | ||
# run: sbt ";sjsJUnitTests/test" | ||
# shell: cmd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is that disabled?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It causes a failure: https://github.com/lampepfl/dotty/runs/1225047885?check_suite_focus=true
Do you see clue from the message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah ^^
Caused by: java.io.IOException: Cannot run program "node": CreateProcess error=2, The system cannot find the file specified
We need to install Node.js ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thanks. I'm making a PR to enable it.
add basic windows job settings
--isolation process
crashes the host Windows system.