This repository was archived by the owner on Dec 8, 2021. It is now read-only.
Commit 8a0b81b
authored
ci: upgrade builds to use Bazel 1.0 (#1004)
Now that Bazel reached 1.0 and it is expected to follow semver, it seems
better to test with that version. The downside is that we may not notice
breakage for users in the 0.28.0-0.29.0 range. But it seems that Bazel
users are rapidly moving towards using 1.0 anyway.
Apparently Bazel-1.0 cannot build gRPC with Clang-3.8 on Ubuntu-16.04. I
am not sure which of those version numbers is the critical one, but
don't care. The goal is to test our code with Clang-3.8, so using Bazel
or CMake does not matter to us.1 parent 8a1d9f1 commit 8a0b81b
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
| |||
0 commit comments