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)dnf install -y bazel4
(oryum
) for v4 branch (usednf install -y --allowerasing bazel4
to upgrade from prior version)dnf install -y bazel5
(oryum
) for v5 branch (usednf install -y --allowerasing bazel5
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 |
---|---|---|
![]() |
ppc64le (1921)*, x86_64 (70145)* | EPEL 7 (139980 downloads) |
![]() |
aarch64 (1748)*, ppc64le (4757)*, x86_64 (29231)* | EPEL 8 (26256 downloads) |
![]() |
aarch64 (754)*, ppc64le (486)*, x86_64 (4547)* | EPEL 9 (5088 downloads) |
![]() |
aarch64 (198)*, ppc64le (92)*, x86_64 (1437)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (140)*, ppc64le (34)*, x86_64 (2335)* | Fedora 40 (1587 downloads) |
![]() |
aarch64 (66)*, ppc64le (14)*, x86_64 (919)* | Fedora 41 (736 downloads) |
![]() |
aarch64 (0)*, ppc64le (0)*, x86_64 (4)* | Fedora 42 (26 downloads) |
![]() |
aarch64 (687)*, ppc64le (490)*, x86_64 (854)* | Fedora rawhide (854 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable vbatts/bazel
More info about enabling Copr repositories