milvus/cmd
Ji Bin 3cd28420f1
Support compile under windows (#15786)
This patch makes compile milvus under windows(MSYS), including:
- some cpp adaptation for compile under msys/gcc-10.3
- install toolchain scripts for setup from MinGW/MSYS `scripts/install_deps_msys.sh`
- adaptation for POSIX API use in golang
  * using gofrs/flock instead of syscall.Flock
  * using x/exp/mmap instead of syscall.Mmap
- introducing github actions for build milvus.exe under windows/MSYS
- rocksdb's patch for MSYS
- adaptation for compile knowhere under windows
- a windows package script for pack zip file, `scripts/package_windows.sh`

issue #7706

Signed-off-by: Ji Bin <matrixji@live.com>
2022-03-17 17:17:22 +08:00
..
components Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
milvus Support compile under windows (#15786) 2022-03-17 17:17:22 +08:00
roles Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
tools Support embedded etcd (#14333) 2021-12-29 14:35:21 +08:00
main.go Add entry point for embedded Milvus. (#16008) 2022-03-16 16:51:22 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00