https://github.com/0xb10c/bitcoin-core-cirrus-runner
An experimental NixOS module for running ephemeral, tmpfs-based Bitcoin Core Cirrus CI runners in QEMU VMs using a shared cache
https://github.com/0xb10c/bitcoin-core-cirrus-runner
Last synced: about 1 month ago
JSON representation
An experimental NixOS module for running ephemeral, tmpfs-based Bitcoin Core Cirrus CI runners in QEMU VMs using a shared cache
- Host: GitHub
- URL: https://github.com/0xb10c/bitcoin-core-cirrus-runner
- Owner: 0xB10C
- License: mit
- Created: 2024-12-20T09:06:55.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-18T16:06:19.000Z (2 months ago)
- Last Synced: 2025-03-28T03:04:12.335Z (about 2 months ago)
- Language: Nix
- Size: 39.1 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitcoin-core-cirrus-runner
An experimental NixOS module for running ephemeral, tmpfs-based Bitcoin Core Cirrus CI runners in QEMU VMs using a shared cache## Running integration tests
```
nix flake check --print-build-logs --max-jobs 1
```