bazelbuild/bazel

Add support for git SSH registry URL

Open

#22.456 geöffnet am 20. Mai 2024

Auf GitHub ansehen
 (12 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)Java (4.465 Forks)batch import
P3area-Bzlmodhelp wantedteam-ExternalDepstype: feature request

Repository-Metriken

Stars
 (25.384 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 22T 20h) (77 gemergte PRs in 30 T)

Beschreibung

Description of the feature request:

Be able to use a git SSH registry URL Example in .bazelrc:

common --registry=git@github.com:bazelbuild/bazel-central-registry.git

Which category does this issue belong to?

No response

What underlying problem are you trying to solve with this feature?

Add a private git repository protected by ssh key as Bazel register

Which operating system are you running Bazel on?

Rocky Linux 9.4 (Blue Onyx)

What is the output of bazel info release?

release 7.1.1

If bazel info release returns development version or (@non-git), tell us how you built Bazel.

No response

What's the output of git remote get-url origin; git rev-parse HEAD ?

No response

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

Using a git SSH registry URL gives me the following error message

Invalid registry URL: Unrecognized registry URL protocol

Contributor Guide