mirror of
https://github.com/wassname/ray.git
synced 2026-07-20 12:40:20 +08:00
Windows changes (#7315)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user