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 (1222)*, x86_64 (44473)* | EPEL 7 (122749 downloads) |
![]() |
aarch64 (1191)*, ppc64le (2858)*, x86_64 (20597)* | EPEL 8 (16593 downloads) |
![]() |
aarch64 (245)*, ppc64le (145)*, x86_64 (957)* | EPEL 9 (1248 downloads) |
![]() |
aarch64 (556)*, ppc64le (472)*, x86_64 (3533)* | Fedora 35 (0 downloads) |
![]() |
aarch64 (732)*, ppc64le (474)*, x86_64 (6847)* | Fedora 36 (0 downloads) |
![]() |
aarch64 (613)*, ppc64le (466)*, x86_64 (3626)* | Fedora 37 (1243 downloads) |
![]() |
aarch64 (66)*, ppc64le (44)*, x86_64 (787)* | Fedora 38 (340 downloads) |
![]() |
aarch64 (614)*, ppc64le (435)*, x86_64 (747)* | Fedora rawhide (718 downloads) |
* Total number of packages downloaded in the last seven days.
Quick Enable
#> dnf copr enable vbatts/bazel
More info about enabling Copr repositories