Skip to content

Commit 5538146

Browse files
authored
Clean the derived data between builds to help reduce flakiness (#3150)
Trying to fix #3146
1 parent daab8e3 commit 5538146

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ if [[ -n "${SANITIZERS:-}" ]]; then
179179
done
180180
fi
181181

182+
# Clean the Derived Data between builds to help reduce flakiness.
183+
rm -rf ~/Library/Developer/Xcode/DerivedData
184+
182185
case "$product-$method-$platform" in
183186
Firebase-xcodebuild-*)
184187
RunXcodebuild \

0 commit comments

Comments
 (0)