Files
alpine-packages/packaging/alpine/local/greptimedb
Joachim Schlöffel f3ff86263a
All checks were successful
Build Alpine Packages / build-and-publish (push) Successful in 39m16s
fix CI build (optimize memory usage during build)
2026-06-09 01:21:29 +02:00
..

GreptimeDB Alpine Package

This package builds greptime from the upstream GreptimeDB source release.

The APKBUILD builds the release directly:

cargo build --release --locked --bin greptime --features servers/dashboard

Package Commands

Refresh the source checksum after changing pkgver:

ALPINE_PACKAGE=greptimedb mise run apk:checksum

Build only this package:

ALPINE_PACKAGE=greptimedb mise run apk:build

Install-test an existing build without recompiling:

ALPINE_PACKAGE=greptimedb SKIP_BUILD=1 mise run apk:test-install

The full build can take close to an hour. Do not run it as part of lightweight metadata or script checks.