Risk 0/5 · Safe
PKGBUILD
Result #2763
Comment
The change only alters the Python wheel build invocation to pass `-Cinstall.strip=false`, which disables stripping for the wheel build. This does not introduce network access, privilege escalation, persistence, or other security-sensitive behavior. It may affect artifact size/debug symbol retention, but there is no evidence of malicious intent or integrity impact in this diff.
@@ -25,7 +25,7 @@ build() {
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -DBUILD_GSTREAMER=ON
cmake --build build
- python -m build --wheel --no-isolation
+ python -m build --wheel --no-isolation -Cinstall.strip=false
}
package_pocketsphinx() {