Description
Builds of Bazel Build tool for EPEL7, and Fedora
Source for this rpm spec is github.com/vbatts/copr-build-bazel
Installation Instructions
Centos will need to pull down the *.repo
file into /etc/yum.repos.d/
, though fedoras ought to be able to run dnf copr enable vbatts/bazel
to get this repo (or dnf copr enable -y vbatts/bazel
for batch processes like building a container image).
Next:
dnf install -y bazel
(oryum
) for v1 branchdnf install -y bazel2
(oryum
) for v2 branch (usednf install -y --allowerasing bazel2
to upgrade from prior version)dnf install -y bazel3
(oryum
) for v3 branch (usednf install -y --allowerasing bazel3
to upgrade from prior version)
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | ppc64le (6)*, x86_64 (12)* | EPEL 7 (68 downloads) |
EPEL 8 | aarch64 (18)*, ppc64le (10)*, x86_64 (35)* | EPEL 8 (68 downloads) |
Fedora 39 | aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 39 (0 downloads) |
Fedora 40 | aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 40 (16 downloads) |
Fedora 41 | aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 41 (6 downloads) |
Fedora 42 | aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 42 (0 downloads) |
Fedora rawhide | aarch64 (13)*, ppc64le (8)*, x86_64 (12)* | Fedora rawhide (49 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable amituttam/bazel
More info about enabling Copr repositories