Closed bensteinberg closed 1 year ago
Initial build was failing on rocksdb compilation -- I've pushed a Cython change that may help, as well as a Playwright update that I forgot to commit before 🙄
I see paths including Cython 3 in the failing build, so I'm trying to unpin Cython now.
I believe what's happening here is that Cython 3 was released a couple of weeks ago, and the python-rocksdb setup.py, calling for 'Cython>=0.20'
, is now getting the new version, not what we previously had pinned. I'm going to try to force the build to use an older Cython, or conceivably fork python-rocksdb. Stay tuned. I think this is a blocker for any dependency updates in requirements.txt.
Merging #2158 (85fca42) into develop (fe677bc) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #2158 +/- ##
========================================
Coverage 63.21% 63.21%
========================================
Files 106 106
Lines 11524 11524
========================================
Hits 7285 7285
Misses 4239 4239
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.12.html
(@kilbergr note the boto3 update)