https://github.com/artichoke/nightly
🌌 Nightly builds of Artichoke Ruby
https://github.com/artichoke/nightly
artichoke nightly nightly-build ruby rust rust-application
Last synced: about 1 month ago
JSON representation
🌌 Nightly builds of Artichoke Ruby
- Host: GitHub
- URL: https://github.com/artichoke/nightly
- Owner: artichoke
- License: mit
- Created: 2020-04-27T00:49:29.000Z (about 6 years ago)
- Default Branch: trunk
- Last Pushed: 2025-10-31T00:31:49.000Z (6 months ago)
- Last Synced: 2025-10-31T02:36:03.972Z (6 months ago)
- Topics: artichoke, nightly, nightly-build, ruby, rust, rust-application
- Language: Python
- Homepage: https://github.com/artichoke/nightly/releases/latest
- Size: 778 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Artichoke Nightly Builds
[](https://github.com/artichoke/nightly/actions)
[](https://github.com/artichoke/nightly/actions)
[](https://twitter.com/artichokeruby)
Nightly builds of [Artichoke Ruby].
Docker images for nightly builds are built at
[artichoke/docker-artichoke-nightly][docker-nightly].
[Install the latest nightly build of Artichoke][nightly-releases].
[artichoke ruby]: https://github.com/artichoke/artichoke
[docker-nightly]: https://github.com/artichoke/docker-artichoke-nightly
[nightly-releases]: https://github.com/artichoke/nightly/releases
## Install
Nightly builds are distributed with [`ruby-build`].
To install with `ruby-build`:
```shell
$ ruby-build artichoke-dev ~/.rubies/artichoke
```
Or with `rbenv`:
```shell
$ rbenv install artichoke-dev
```
## Platforms
Currently supported nightly targets are:
- [`aarch64-apple-darwin`] (Apple Silicon)
- [`aarch64-unknown-linux-gnu`]
- [`x86_64-apple-darwin`]
- [`x86_64-unknown-linux-gnu`]
- [`x86_64-unknown-linux-musl`]
- [`x86_64-pc-windows-msvc`]
[`aarch64-apple-darwin`]:
https://github.com/artichoke/nightly/releases/latest/download/artichoke-nightly-aarch64-apple-darwin.tar.gz
[`aarch64-unknown-linux-gnu`]:
https://github.com/artichoke/nightly/releases/latest/download/artichoke-nightly-aarch64-unknown-linux-gnu.tar.gz
[`x86_64-apple-darwin`]:
https://github.com/artichoke/nightly/releases/latest/download/artichoke-nightly-x86_64-apple-darwin.tar.gz
[`x86_64-unknown-linux-gnu`]:
https://github.com/artichoke/nightly/releases/latest/download/artichoke-nightly-x86_64-unknown-linux-gnu.tar.gz
[`x86_64-unknown-linux-musl`]:
https://github.com/artichoke/nightly/releases/latest/download/artichoke-nightly-x86_64-unknown-linux-musl.tar.gz
[`x86_64-pc-windows-msvc`]:
https://github.com/artichoke/nightly/releases/latest/download/artichoke-nightly-x86_64-pc-windows-msvc.zip
## Code Signing
### GPG
Release artifacts are signed with the the following GPG key:
**User ID**: Code signing for Artichoke Ruby \
**Signing Key ID**: AF57A37CAC061452
**Signing Key Fingerprint**: 1C4A856ACF86EC1EE841180FAF57A37CAC061452
**Public Key**:
-
- [artichoke/nightly#20]
- [artichoke/nightly@84e687e866edb52a43a4f462accf3020fe8797f1]
**Proof**:
-
-
[`ruby-build`]: https://github.com/rbenv/ruby-build
[artichoke/nightly#20]: https://github.com/artichoke/nightly/pull/20
[artichoke/nightly@84e687e866edb52a43a4f462accf3020fe8797f1]:
https://github.com/artichoke/nightly/commit/84e687e866edb52a43a4f462accf3020fe8797f1
### Apple
Binaries for Apple platforms are codesigned using an Apple Developer ID:
**Authority**: Developer ID Application: Ryan Lopopolo (VDKP67932G)
**Team ID**: VDKP67932G
As of [artichoke/nightly#88], nightly releases include a DMG artifact that is
notarized and stapled.
[artichoke/nightly#88]: https://github.com/artichoke/nightly/pull/88