diff options
author | Matt Kwong <matt-kwong@users.noreply.github.com> | 2017-10-31 15:48:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 15:48:36 -0700 |
commit | 5fa58d5dbef2d24753305a05488f6e9db5fc904a (patch) | |
tree | 4b0405e198512e42a54703edb6b78e39fbb6cb1f | |
parent | 0f598690014ce3db4ae4d5e4a690acf6d655f128 (diff) | |
parent | 3133ebe7655284d7ae3486ea0cbcb08e7fd7ccb2 (diff) |
Merge pull request #13197 from matt-kwong/mac-filter-fix
Update brew before using it
-rw-r--r-- | tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc | 1 |
1 files changed, 1 insertions, 0 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 bb046defb1..6ecf51dd3f 100644 --- a/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc +++ b/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc @@ -25,6 +25,7 @@ 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 |