Skip to content

Commit 4b4f9f2

Browse files
authored
Merge pull request #569 from Deepali1999/fix/fips-patchelf-s390x-main
Fix FIPS: remove statically linked patchelf from s390x runtime image
2 parents 6d0138e + cfbb876 commit 4b4f9f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build_vllm_s390x.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ cd xet-core/hf_xet/
8888
uv pip install maturin patchelf
8989
sed -i '/python-source/d' pyproject.toml
9090
python -m maturin build --release --out "${WHEEL_DIR}"
91+
uv pip uninstall -y maturin patchelf
9192

9293
# -------------------------
9394
# Build LLVM 15 from source
@@ -196,6 +197,7 @@ git checkout tags/${OUTLINES_CORE_VERSION}
196197
sed -i 's/version = "0.0.0"/version = "'"${OUTLINES_CORE_VERSION}"'"/' Cargo.toml
197198
uv pip install maturin
198199
python -m maturin build --release --out "${WHEEL_DIR}"
200+
uv pip uninstall -y maturin patchelf
199201

200202
# -------------------------
201203
# Build wheel for OpenCV-Headless

0 commit comments

Comments
 (0)