Skip to content

Commit

Permalink
Update bazel_apple_test to run on XCode 9.
Browse files Browse the repository at this point in the history
Fixes bazelbuild#3827.

Change-Id: Ie51650a3df6f40d2aa2c3ec016c00c98ce18c3de
PiperOrigin-RevId: 170237678
  • Loading branch information
katre committed Sep 28, 2017
1 parent e398b25 commit 214718c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/shell/bazel/apple/bazel_apple_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function set_up() {
--output xml | grep 'name="version"' \
| sed -E 's/.*(value=\"(([0-9]|.)+))\".*/\2/' > xcode_versions

XCODE_VERSION=$(cat xcode_versions | grep -m1 '7\|8')
XCODE_VERSION=$(cat xcode_versions | grep -m1 '7\|8\|9')

# Allow access to //external:xcrunwrapper.
use_bazel_workspace_file
Expand Down

0 comments on commit 214718c

Please sign in to comment.