aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/helper_scripts/prepare_build_macos_rc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-07-30 11:46:04 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-07-30 11:46:30 -0700
commit6bd510bf6bda90e6a3fbd07a881b1afa0afab6a5 (patch)
treee3cf15d507f7c110f04d9ea58e39ac1dd883ffcf /tools/internal_ci/helper_scripts/prepare_build_macos_rc
parent7c30042f2b24aea73e2aaf89374a42e8f9827082 (diff)
Make more tests in /tmpfs
Diffstat (limited to 'tools/internal_ci/helper_scripts/prepare_build_macos_rc')
-rw-r--r--tools/internal_ci/helper_scripts/prepare_build_macos_rc5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
index cbc42f5295..3212e80854 100644
--- a/tools/internal_ci/helper_scripts/prepare_build_macos_rc
+++ b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
@@ -90,6 +90,9 @@ date
git submodule update --init
-# Store intermediate build files of ios binary size test into /tmpfs
+# Store intermediate build files of ObjC tests into /tmpfs
mkdir /tmpfs/Build-ios-binary-size
ln -s /tmpfs/Build-ios-binary-size src/objective-c/examples/Sample/Build
+mkdir /tmpfs/DerivedData
+rm -rf ~/Library/Developer/Xcode/DerivedData
+ln -s /tmpfs/DerivedData ~/Library/Developer/Xcode/DerivedData