Skip to content

Commit fd47f92

Browse files
Merge pull request swiftlang#5186 from adrian-prantl/28655564
build-script: Don't automatically clear the module cache.
2 parents 98a49dd + 65ad637 commit fd47f92

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils/build-script-impl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,10 +2430,6 @@ for host in "${ALL_HOSTS[@]}"; do
24302430
;;
24312431
esac
24322432

2433-
# Clean the product-local module cache.
2434-
call rm -rf "${module_cache}"
2435-
call mkdir -p "${module_cache}"
2436-
24372433
# Compute the generator output file to check for, to determine if we
24382434
# must reconfigure. We only handle Ninja for now.
24392435
#

0 commit comments

Comments
 (0)