Merge branch 'keydbpro' into 'PRO_RELEASE_6'

Keydbpro

See merge request keydb-dev/KeyDB-Pro!37

Former-commit-id: e6a130e4a02b3d0cc2fcaeb0ab24e23cb60a7181
This commit is contained in:
Malavan Sotheeswaran 2021-08-19 19:11:04 +00:00
commit 31f9ab610c
3 changed files with 6 additions and 5 deletions

View File

@ -12,7 +12,7 @@ build:
- docker - docker
stage: build stage: build
script: script:
- git submodule init && git submodule update - git submodule update --init --remote
- make distclean - make distclean
- make -j - make -j
artifacts: artifacts:
@ -113,7 +113,7 @@ endurance-test:
- docker - docker
stage: test stage: test
script: script:
- git submodule init && git submodule update - git submodule update --init --remote
- make distclean - make distclean
- make -j - make -j
- ./runtest --config server-threads 3 --loop --stop - ./runtest --config server-threads 3 --loop --stop
@ -125,7 +125,7 @@ coverage-test:
- docker - docker
stage: test stage: test
script: script:
- git submodule init && git submodule update - git submodule update --init --remote
- make distclean - make distclean
- make gcov -j - make gcov -j
- make install - make install

3
.gitmodules vendored
View File

@ -1,6 +1,7 @@
[submodule "deps/rocksdb"] [submodule "deps/rocksdb"]
path = deps/rocksdb path = deps/rocksdb
url = https://github.com/facebook/rocksdb.git url = https://gitlab.eqalpha.com/submodules/rocksdb.git
branch = keydb_v6
[submodule "deps/depot_tools"] [submodule "deps/depot_tools"]
path = deps/depot_tools path = deps/depot_tools
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git url = https://chromium.googlesource.com/chromium/tools/depot_tools.git

2
deps/rocksdb vendored

@ -1 +1 @@
Subproject commit e3169e3ea8762d2f34880742106858a23c8dc8b7 Subproject commit 887e6bf34527403164a9c4eb1d62dfb668291734