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
Now we use bazel to build tidb and we find go_repository download the go library by the goproxy. But goproxy is unstable and we will download many things by Internet. The most importance thing is that Bazel's repository_cache only caches the download url with sha256. for saving our internet bandwidth, we should do the optimization.
we should change the method of downloading the library and download them by the mirror.
add repository_cache
The text was updated successfully, but these errors were encountered:
Enhancement
Now we use bazel to build tidb and we find go_repository download the go library by the
goproxy
. Butgoproxy
is unstable and we will download many things by Internet. The most importance thing is that Bazel'srepository_cache
only caches the download url with sha256. for saving our internet bandwidth, we should do the optimization.repository_cache
The text was updated successfully, but these errors were encountered: