Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for bazel 1.0. #6

Merged
merged 1 commit into from
Dec 27, 2019
Merged

Add support for bazel 1.0. #6

merged 1 commit into from
Dec 27, 2019

Conversation

jverkoey
Copy link

@jverkoey jverkoey commented Dec 27, 2019

Note that due to bazelbuild/rules_apple#684 this has only been confirmed to work with Xcode 10.3.

Example invocation:

bazel test //... --apple_platform_type=ios --ios_minimum_os=10.0 --xcode_version=10.3

@jverkoey jverkoey requested a review from fluxminds December 27, 2019 20:37
@fluxminds
Copy link
Contributor

Thank you!

@jverkoey jverkoey merged commit 9b778c2 into develop Dec 27, 2019
@jverkoey jverkoey deleted the bazel1 branch December 27, 2019 20:50
@jverkoey jverkoey mentioned this pull request Jan 3, 2020
jverkoey pushed a commit that referenced this pull request Jan 3, 2020
This locks in the Bazel version currently supported by this repo.

Part of https://github.com/material-components/material-components-ios/issues/9363

Note: bazel 1.0.0 support was already added in #6, so this PR is simply documenting that fact. Bazel 2.0.0 is equivalent in terms of Apple platform support.

Tested manually by running:

```
bazel test //...
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants