All Projects → vbatts → copr-build-bazel

vbatts / copr-build-bazel

Licence: other
copr build of bazel | https://copr.fedorainfracloud.org/coprs/vbatts/bazel/

Programming Languages

Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to copr-build-bazel

spec-cleaner
spec-cleaner
Stars: ✭ 26 (+85.71%)
Mutual labels:  rpm, rpm-packages, rpm-spec
rpm-adapter
Turns your data storage into an RPM repository
Stars: ✭ 21 (+50%)
Mutual labels:  rpm, rpm-packages
openssl-RPM-Builder
Build latest OpenSSL binary
Stars: ✭ 46 (+228.57%)
Mutual labels:  rpm, rpm-packages
ganeti-rpm
Ganeti RPM Packaging
Stars: ✭ 23 (+64.29%)
Mutual labels:  rpm, rpm-packages
vrms-rpm
Reports non-free software installed on an RPM-based GNU/Linux system.
Stars: ✭ 13 (-7.14%)
Mutual labels:  rpm, rpm-packages
copr-rpm-spec
My RPM specs on Copr
Stars: ✭ 17 (+21.43%)
Mutual labels:  rpm
bazel-integration-testing
Framework for integration tests that call Bazel
Stars: ✭ 33 (+135.71%)
Mutual labels:  bazel
bazel-nx-example
⚡ Example monorepo for Nest + Angular built with Bazel
Stars: ✭ 41 (+192.86%)
Mutual labels:  bazel
rules appengine
AppEngine rules for Bazel
Stars: ✭ 28 (+100%)
Mutual labels:  bazel
vim-bazel
Vim support for Bazel
Stars: ✭ 118 (+742.86%)
Mutual labels:  bazel
vim-bazel
Trigger bazel from vim and load errors into the quickfix list
Stars: ✭ 15 (+7.14%)
Mutual labels:  bazel
rules java
Java rules for Bazel
Stars: ✭ 44 (+214.29%)
Mutual labels:  bazel
rpm-rs
A pure rust library for building and parsing RPM's
Stars: ✭ 32 (+128.57%)
Mutual labels:  rpm
ungoogled-chromium-fedora
RPM build for ungoogled-chromium
Stars: ✭ 24 (+71.43%)
Mutual labels:  rpm
bazel-website
Website for Bazel, a fast, scalable, multi-language and extensible build system
Stars: ✭ 16 (+14.29%)
Mutual labels:  bazel
st2-packages
StackStorm deb/rpm packages (automated docker build pipeline)
Stars: ✭ 25 (+78.57%)
Mutual labels:  rpm
android-build-eval
This project includes Uber-agnostic auto-generated project(s) with a comparable complexity to existing Uber Production mobile apps. These are buildable on Buck, Bazel and Gradle- therefore enable build time benchmarking.
Stars: ✭ 82 (+485.71%)
Mutual labels:  bazel
rules ruby
Ruby Rules for Bazel. It is, perhaps, production-ready. This project builds atop the work of Yugui, whose original rules can be found at https://github.com/yugui/rules_ruby. Please be aware there is an active fork of this project maintained by Coinbase at https://github.com/coinbase/rules_ruby.
Stars: ✭ 85 (+507.14%)
Mutual labels:  bazel
deezer-linux
An universal linux port of deezer, supporting both Flatpak and AppImage
Stars: ✭ 141 (+907.14%)
Mutual labels:  rpm
Grazel
A tool to migrate Android projects from Gradle to Bazel incrementally and automatically
Stars: ✭ 222 (+1485.71%)
Mutual labels:  bazel

bazel build on copr

This is the rpm spec for generating rpm and/or src.rpm to build bazel. The resulting builds can be found on https://copr.fedorainfracloud.org/coprs/vbatts/bazel/.

build it yourself

Building in a fedora/centos container:

  • produce a src.rpm, for use on your own copr, or build system, or even then:
make .container.rebuild
  • get a bash cli in the target build environment
make .container.run
  • kick of a build on copr
make .container.copr

Building on the target Fedora or Centos Host:

  • build the source RPM
make srpm
  • produce a src.rpm, for use on your own copr, or build system, or even then:
rpmbuild --rebuild ...src.rpm
  • If you are building local, just:
make rpm
  • kick of a build on copr
make copr

which builds through to the binary rpm.

Major versions

This git repo, master will track my latest iteration on the build. But as upstream bazel have an aggressive release cycle for major version with breaking changes, there will be a corresponding branch.

Likewise, the package name will track the major version (i.e. bazel2 rpm will be built for the v2.y.z upstream release)

Prior versions

If you need a prior version than is found on the COPR repo, check out the tagged releases. (Whether downloading that source bundle or git checkout the tag)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].