Skip to content

Commit e2d17a5

Browse files
committed
---
yaml --- r: 349389 b: refs/heads/master-next c: 00788e5 h: refs/heads/master i: 349387: c70d8b6
1 parent 34df495 commit e2d17a5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3-
refs/heads/master-next: 19838b505a6391d1487d2ef020b807643aae6ab4
3+
refs/heads/master-next: 00788e519c871dd0053e37e79472da50ec61d064
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
66
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07

branches/master-next/utils/build-script-impl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3880,8 +3880,7 @@ for host in "${ALL_HOSTS[@]}"; do
38803880
# Exclude shell scripts and static archives.
38813881
(cd "${INSTALL_SYMROOT}" &&
38823882
find ./"${CURRENT_PREFIX}" -perm -0111 -type f -print | \
3883-
grep -v crashlog.py | \
3884-
grep -v symbolication.py | \
3883+
grep -v '.py$' | \
38853884
grep -v '.a$' | \
38863885
xargs -n 1 -P ${BUILD_JOBS} $(xcrun_find_tool dsymutil))
38873886

0 commit comments

Comments
 (0)