bazel-contrib / bazel_features

Support Bazel "feature detection" from starlark
https://docs.google.com/document/d/1HJf3gMYIrzmTRqbD4nWXH2eJRHXjLrOU0mmIeZplUzY/edit#heading=h.5mcn15i0e1ch
Apache License 2.0
17 stars 13 forks source link

Refetch version repositories when Bazel version changes #26

Closed fmeum closed 10 months ago

fmeum commented 10 months ago

Since every version change requires a server restart, it suffices to mark the version-dependent repos as local.

Fixes #25

meteorcloudy commented 10 months ago

This is brilliant! 😄 \o/

linzhp commented 10 months ago

I ran into this issue today. Thanks for the fix!