ordinals/ord

Build and upload index.redb on CI

Open

#1,555 opened on Feb 7, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (1,479 forks)github user discovery
good first issue

Repository metrics

Stars
 (3,955 stars)
PR merge metrics
 (Avg merge 15d 21h) (5 merged PRs in 30d)

Description

We should have a job that builds a new index.redb on CI and uploads it to an artifact store. Ideally this would be on every commit, but it's a large file that takes a long time to build, so we could do it nightly, or even weekly.

  • Does GitHub CI allow long-running jobs?
  • How can we upload these?

Trying to use GitHub for this as much as possible is good. Git LFS is an extremely awkward extension to Git, and is best avoided, but it could be an option here.

Contributor guide