Skip to content

Commit 9ae46a3

Browse files
committed
Disable creating swift-api-digester dSYM to reduce toolchain size
1 parent 5243d3c commit 9ae46a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script-impl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2826,6 +2826,7 @@ for host in "${ALL_HOSTS[@]}"; do
28262826
find ./"${CURRENT_PREFIX}" -perm -0111 -type f -print | \
28272827
grep -v '.py$' | \
28282828
grep -v '.a$' | \
2829+
grep -v 'swift-api-digester' | \
28292830
xargs -n 1 -P ${BUILD_JOBS} ${dsymutil_path})
28302831

28312832
# Strip executables, shared libraries and static libraries in

0 commit comments

Comments
 (0)