diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-08-10 18:20:44 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-08-10 18:20:44 +0200 |
commit | cca1dbda74825bc8765c9ca720627860419d2185 (patch) | |
tree | 07c36f1fdf2c9a369def2cb3037038460ff17a24 /tools/internal_ci/helper_scripts | |
parent | 69d6694409cc378df0c3cf39ae48943b77c963c4 (diff) |
fix macos interop_to_prod tests
Diffstat (limited to 'tools/internal_ci/helper_scripts')
-rw-r--r-- | tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc index b0feeef363..43bc9609c7 100644 --- a/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc +++ b/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc @@ -17,17 +17,6 @@ # builds. This rc script must be used in the root directory of gRPC # and is expected to be used before prepare_build_macos_rc -export CONFIG=opt - -# Move gRPC repo to directory that Docker for Mac has drive access to -mkdir /Users/kbuilder/workspace -cp -R ./ /Users/kbuilder/workspace/grpc -cd /Users/kbuilder/workspace/grpc - -# Needed for identifying Docker image sha1 -brew update -brew install md5sha1sum - # Set up gRPC-Go and gRPC-Java to test git clone --recursive https://github.com/grpc/grpc-go ./../grpc-go git clone --recursive https://github.com/grpc/grpc-java ./../grpc-java |