pin upstream bazel to 0.24 - #210
Conversation
|
Thanks! Pinning the bazel version is probably a good idea even if we want to keep compatibility with the bleeding edge. Will merge later today. |
|
Thinking about this more, I don't think we need to change from the apt repo to I'll see if pinning it in the install line works, then maybe refactor this file a bit. |
|
Turns out we don't keep old versions around in our apt repo after all, despite the fact that the files themselves are still present and reported in the XML page at the apt's URL. Oh well. The other options someone suggested were
I think your approach is simpler. |
Fixes: #208
It looks like you just reference the latest bazel, which means your builds will just break on bazel releases. Instead I suggest pinning to a certain version and then you can walk the version up at your leisure without master sitting there broken.