We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f87c0 commit 31c22e4Copy full SHA for 31c22e4
utils/build-script-impl
@@ -3201,7 +3201,7 @@ for host in "${ALL_HOSTS[@]}"; do
3201
# Copy executables and shared libraries from the `host_install_destdir` to
3202
# INSTALL_SYMROOT and run dsymutil on them.
3203
(cd "${host_install_destdir}" &&
3204
- find ./"${TOOLCHAIN_PREFIX}" -perm -0111 -type f -print | cpio -pdm "${INSTALL_SYMROOT}")
+ find ./"${TOOLCHAIN_PREFIX}" -perm -0111 -type f -print | cpio --insecure -pdm "${INSTALL_SYMROOT}")
3205
3206
# Run dsymutil on executables and shared libraries.
3207
#
0 commit comments