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:
commit
31f9ab610c
@ -12,7 +12,7 @@ build:
|
||||
- docker
|
||||
stage: build
|
||||
script:
|
||||
- git submodule init && git submodule update
|
||||
- git submodule update --init --remote
|
||||
- make distclean
|
||||
- make -j
|
||||
artifacts:
|
||||
@ -113,7 +113,7 @@ endurance-test:
|
||||
- docker
|
||||
stage: test
|
||||
script:
|
||||
- git submodule init && git submodule update
|
||||
- git submodule update --init --remote
|
||||
- make distclean
|
||||
- make -j
|
||||
- ./runtest --config server-threads 3 --loop --stop
|
||||
@ -125,7 +125,7 @@ coverage-test:
|
||||
- docker
|
||||
stage: test
|
||||
script:
|
||||
- git submodule init && git submodule update
|
||||
- git submodule update --init --remote
|
||||
- make distclean
|
||||
- make gcov -j
|
||||
- make install
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,6 +1,7 @@
|
||||
[submodule "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"]
|
||||
path = deps/depot_tools
|
||||
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||
|
2
deps/rocksdb
vendored
2
deps/rocksdb
vendored
@ -1 +1 @@
|
||||
Subproject commit e3169e3ea8762d2f34880742106858a23c8dc8b7
|
||||
Subproject commit 887e6bf34527403164a9c4eb1d62dfb668291734
|
Loading…
x
Reference in New Issue
Block a user