You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eliminate erroneous quoting on ${PATCHELF} (#34377)
* Eliminate erroneous quoting on `${PATCHELF}`
This only manifests on platforms like `aarch64` and `ppc64le` because we
force extra arguments to `PATCHELF` in these cases which didn't interact
well with these well-meaning quotes.
* patchelf doesn't parse `--arg=val` properly
* `debug` output should not be captured by `$()`
* Quoting, permissions, and debugging fixes.
All of my favorite things in one place!
0 commit comments