Stop Rake multitasking on Windows-VC for the time being.

parent 26da07db
...@@ -111,7 +111,7 @@ jobs: ...@@ -111,7 +111,7 @@ jobs:
shell: cmd shell: cmd
run: | run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
rake -E "STDOUT.sync=true" -m -j4 test rake -E "STDOUT.sync=true" test
env: env:
MRUBY_TARGET: appveyor MRUBY_TARGET: appveyor
# TODO(take-cheeze): Re-enable /O2 # TODO(take-cheeze): Re-enable /O2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment