diff options
author | Muxi Yan <muxi@users.noreply.github.com> | 2018-07-27 15:46:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-27 15:46:22 -0700 |
commit | 69553c9855cab7d354c07dc02666a7eab72de395 (patch) | |
tree | c4387a44bbd81810249acfabe06e282fc32729d5 /src | |
parent | 713e90aadb650276f948f3ffe82bba68223323d9 (diff) | |
parent | e773a9b75fe6f6345f6efa86e1070dd5f4078a4c (diff) |
Merge pull request #16165 from muxi/kokoro-space
Move ios-binary-size build intermediate files to /tmpfs
Diffstat (limited to 'src')
-rwxr-xr-x | src/objective-c/tests/build_one_example.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/build_one_example.sh b/src/objective-c/tests/build_one_example.sh index 1eace541e6..084147f1d4 100755 --- a/src/objective-c/tests/build_one_example.sh +++ b/src/objective-c/tests/build_one_example.sh @@ -43,7 +43,7 @@ xcodebuild \ -workspace *.xcworkspace \ -scheme $SCHEME \ -destination generic/platform=iOS \ - -derivedDataPath Build \ + -derivedDataPath Build/Build \ CODE_SIGN_IDENTITY="" \ CODE_SIGNING_REQUIRED=NO \ | egrep -v "$XCODEBUILD_FILTER" \ |