return to index
Commit: 971f359cd8aa4ea6c7acabe840f21af90223206d
John Hoffman
adds object store compaction goroutine Compaction goroutine handles cleaning up any unreferenced objects from the object store. This is the last remaining obstacle to putting the ring buffer into testing.
Branch: jhoffman/ring-blackboard
Slug: build-jhoffman/ring-blackboard-971f359cd8aa4ea6c7acabe840f21af90223206d
StartedAt: 2025-11-02 07:03:31.688431633 +0000 UTC
StoppedAt: 2025-11-02 07:03:37.713918502 +0000 UTC
Duration: 6.025486869s
Build Exit Status: 0
artifacts
mkdir build-server-artifacts GOOS=linux GOARCH=amd64 go build -o build-server-artifacts/core-linux-amd64 GOOS=linux GOARCH=arm64 go build -o build-server-artifacts/core-linux-arm64 GOOS=darwin GOARCH=arm64 go build -o build-server-artifacts/core-darwin-arm64