mirror of
https://github.com/wassname/ray.git
synced 2026-07-09 04:00:44 +08:00
Windows compatibility (#57)
* Add Python and Redis submodules, and remove old third-party modules
* Update VS projects (WARNING: references files that do not exist yet)
* Update code & add shims for APIs except AF_UNIX/{send,recv}msg()
* Minor style changes.
This commit is contained in:
committed by
Robert Nishihara
parent
a93c6b7596
commit
7237ec4124
@@ -0,0 +1,8 @@
|
||||
[submodule "src/common/thirdparty/redis"]
|
||||
path = src/common/thirdparty/redis-windows
|
||||
url = https://github.com/MSOpenTech/redis.git
|
||||
ignore = all
|
||||
[submodule "src/common/thirdparty/python"]
|
||||
path = src/common/thirdparty/python
|
||||
url = https://github.com/austinsc/python.git
|
||||
ignore = all
|
||||
Reference in New Issue
Block a user