You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ivucica CI on master - vendoring.bzl: Adding a way to dynamically choose whether to use vendored repo or pull it from git.
Needed to build in environments that do not support git submodules, because all our vendored repos are actually not vendored, but are submodules.
Currently not used for any of the packages we have.
#106