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 |
---|---|---|
EPEL 7 | ppc64le (1911)*, x86_64 (66630)* | EPEL 7 (138060 downloads) |
EPEL 8 | aarch64 (1668)*, ppc64le (4736)*, x86_64 (27060)* | EPEL 8 (22470 downloads) |
EPEL 9 | aarch64 (677)*, ppc64le (478)*, x86_64 (3363)* | EPEL 9 (2939 downloads) |
Fedora 38 | aarch64 (241)*, ppc64le (95)*, x86_64 (2725)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (184)*, ppc64le (81)*, x86_64 (1359)* | Fedora 39 (967 downloads) |
Fedora 40 | aarch64 (107)*, ppc64le (20)*, x86_64 (1682)* | Fedora 40 (1114 downloads) |
Fedora 41 | aarch64 (10)*, ppc64le (1)*, x86_64 (93)* | Fedora 41 (90 downloads) |
Fedora rawhide | aarch64 (675)*, ppc64le (479)*, x86_64 (842)* | Fedora rawhide (825 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable vbatts/bazel
More info about enabling Copr repositories