An open API service indexing awesome lists of open source software.

https://github.com/essentialkaos/rbbuild

Utility for compiling and installing different Ruby versions
https://github.com/essentialkaos/rbbuild

jruby rbenv ruby truffleruby

Last synced: 3 months ago
JSON representation

Utility for compiling and installing different Ruby versions

Awesome Lists containing this project

README

          


GitHub Actions CI Status

Usage demoInstallationUsageCI StatusLicense


`rbbuild` is utility for compiling and installing different Ruby versions.

### Usage demo

[![demo](https://gh.kaos.st/rbbuild-200.gif)](#usage-demo)

### Installation

#### From [ESSENTIAL KAOS Public Repository](https://pkgs.kaos.st)

```bash
sudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo dnf install rbbuild
```

#### Using Makefile and Git

```bash
git clone https://kaos.sh/rbbuild.git
cd rbbuild
sudo make install
```

### Usage

#### `rbbuild`

#### `rbdef`

#### `mass-builder`

### CI Status

| Branch | Status |
|--------|--------|
| `master` | [![CI](https://kaos.sh/w/rbbuild/ci.svg?branch=master)](https://kaos.sh/w/rbbuild/ci?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/rbbuild/ci.svg?branch=master)](https://kaos.sh/w/rbbuild/ci?query=branch:develop) |

### License

[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)