Compare commits
3 commits
master
...
update-v7.
Author | SHA1 | Date | |
---|---|---|---|
|
2d0fa976ef | ||
|
8da43cc027 | ||
|
2d08dfd976 |
5 changed files with 4 additions and 4 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- update-v7.4.4
|
||||
jobs:
|
||||
manylinux:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from ._rocksdb import *
|
||||
|
||||
ROCKSDB_VERSION = '6.25.3' # 0103296f39ec3fd89b4cdda9687c63fde90eec24
|
||||
ROCKSDB_VERSION = '7.4.4' # e656fa3d196c5b4c8a77255db1e6cd36a7ded348
|
||||
__version__ = "0.8.2"
|
||||
|
|
|
@ -11,7 +11,6 @@ function build_wheel() {
|
|||
build_wheel cp37-cp37m
|
||||
build_wheel cp38-cp38
|
||||
build_wheel cp39-cp39
|
||||
build_wheel cp310-cp310
|
||||
build_wheel pp37-pypy37_pp73
|
||||
|
||||
cd dist
|
||||
|
|
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ with open(os.path.join(os.path.dirname(__file__), 'rocksdb', '__init__.py'), 'r'
|
|||
version = version_line.split('__version__ = "')[1][:-2]
|
||||
|
||||
EXTRA_COMPILE_ARGS = [
|
||||
'-std=c++11',
|
||||
'-std=c++17',
|
||||
'-fPIC',
|
||||
'-Os',
|
||||
'-Wall',
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 752fea5d4400198bc8a591b7d795d1c8d5f12230
|
||||
Subproject commit e656fa3d196c5b4c8a77255db1e6cd36a7ded348
|
Loading…
Reference in a new issue