Windows changes (#7315)

This commit is contained in:
mehrdadn
2020-02-27 15:14:10 -08:00
committed by GitHub
parent 0c9e5db9cb
commit 8730996682
5 changed files with 30 additions and 18 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ jobs:
--show_task_finish \
--show_timestamps \
--verbose_failures \
"//:*" # TODO(mehrdadn): Should be "//:*", but we get a linking error with _streaming.so
"//:*"
build:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
@@ -99,4 +99,4 @@ jobs:
--show_task_finish \
--show_timestamps \
--verbose_failures \
"//:ray_pkg"
"//:ray_pkg" # TODO(mehrdadn): Should be "//:*", but we get a linking error with _streaming.so