File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -384,8 +384,9 @@ RUN uv build --wheel --out-dir /workspace/dist && \
384384 uv pip install maturin[patchelf] && \
385385 maturin build --release --features block-manager --out /workspace/dist && \
386386 if [ "$RELEASE_BUILD" = "true" ]; then \
387- uv run --python 3.11 maturin build --release --features block-manager --out /workspace/dist && \
388- uv run --python 3.10 maturin build --release --features block-manager --out /workspace/dist; \
387+ # do not enable KVBM feature, ensure compatibility with lower glibc
388+ uv run --python 3.11 maturin build --release --out /workspace/dist && \
389+ uv run --python 3.10 maturin build --release --out /workspace/dist; \
389390 fi
390391
391392#######################################
You can’t perform that action at this time.
0 commit comments