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 (1931)*, x86_64 (73175)* | EPEL 7 (142043 downloads) |
![]() |
aarch64 (1859)*, ppc64le (4817)*, x86_64 (31410)* | EPEL 8 (30215 downloads) |
![]() |
aarch64 (938)*, ppc64le (544)*, x86_64 (7272)* | EPEL 9 (17002 downloads) |
![]() |
aarch64 (180)*, ppc64le (63)*, x86_64 (2955)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (116)*, ppc64le (40)*, x86_64 (1086)* | Fedora 41 (864 downloads) |
![]() |
aarch64 (46)*, ppc64le (32)*, x86_64 (154)* | Fedora 42 (511 downloads) |
![]() |
aarch64 (10)*, ppc64le (8)*, x86_64 (10)* | Fedora 43 (15 downloads) |
![]() |
aarch64 (713)*, ppc64le (503)*, x86_64 (880)* | Fedora rawhide (898 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable vbatts/bazel
More info about enabling Copr repositories