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
- Host: GitHub
- URL: https://github.com/essentialkaos/rbbuild
- Owner: essentialkaos
- License: apache-2.0
- Created: 2015-12-17T11:37:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-09-02T09:50:22.000Z (5 months ago)
- Last Synced: 2025-09-02T11:31:05.477Z (5 months ago)
- Topics: jruby, rbenv, ruby, truffleruby
- Language: Shell
- Homepage: https://kaos.sh/rbbuild
- Size: 1.76 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Usage demo • Installation • Usage • CI Status • License
`rbbuild` is utility for compiling and installing different Ruby versions.
### Usage demo
[](#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` | [](https://kaos.sh/w/rbbuild/ci?query=branch:master) |
| `develop` | [](https://kaos.sh/w/rbbuild/ci?query=branch:develop) |
### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)