Skip to content

Commit 7a5e7b8

Browse files
committed
more clean up of build caches
1 parent 65cb885 commit 7a5e7b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

update_native_binaries.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,7 @@ update_versions_json() {
102102
}
103103

104104
update_versions_json
105+
106+
echo "Cleaning build artifacts..."
107+
# Clean build artifacts so stale cached binaries aren't used
108+
find Samples \( -name bin -o -name obj \) -type d -prune -exec rm -rf {} + 2>/dev/null || true

0 commit comments

Comments
 (0)