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
This is an attempt to mirror the bazel central registry on our nexus server.
3
+
4
+
# How To
5
+
In case an upstream resource (most likely github) is unavailable and the corresponding package is not already part of this mirror here, do the following:
6
+
* create the folder structure under `bazel/registry/modules`
7
+
*`{module_name}/{version}/source.json`
8
+
* you can also easily copy it from [bazel-central-registry](https://github.com/bazelbuild/bazel-central-registry/tree/main/modules)
9
+
* e.g. in order to get `alsa_lib` in version `1.2.0`, copy `alsa_lib/1.2.9/source.json` including the folders to `bazel/registry/modules`
10
+
* afterwards upload the file from `url` to nexus's `upstream-archives`
11
+
* add a field to the `source.json` which points to the nexus mirror:
0 commit comments