瀏覽代碼

Update the Xcode version number in Kokoro (#7202) (#7203)

Currently all of our MacOS tests are failing with the error: "autom4te: need GNU m4 1.4 or later: /usr/bin/m4". This is likely to be happening because Kokoro has updated their Xcode version to 11.3.
Rafi Kamal 5 年之前
父節點
當前提交
1440569231
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      kokoro/macos/prepare_build_macos_rc

+ 3 - 3
kokoro/macos/prepare_build_macos_rc

@@ -5,11 +5,11 @@
 ##
 ##
 # Select Xcode version
 # Select Xcode version
 
 
-# Remember to udpate the Xcode version when Xcode_11.0.app is not available.
-# If xcode is not available, it will probaly encounter the failure for
+# Remember to update the Xcode version when Xcode_11.3.app is not available.
+# If xcode is not available, it will probably encounter the failure for
 # "autom4te: need GNU m4 1.4 or later: /usr/bin/m4"
 # "autom4te: need GNU m4 1.4 or later: /usr/bin/m4"
 # go/kokoro/userdocs/macos/selecting_xcode.md for more information.
 # go/kokoro/userdocs/macos/selecting_xcode.md for more information.
-export DEVELOPER_DIR=/Applications/Xcode_11.0.app/Contents/Developer
+export DEVELOPER_DIR=/Applications/Xcode_11.3.app/Contents/Developer
 
 
 ##
 ##
 # Select C/C++ compilers
 # Select C/C++ compilers