diff options
| author | 2026-02-20 19:06:13 +0800 | |
|---|---|---|
| committer | 2026-02-20 19:07:14 +0800 | |
| commit | aa513c069c1418734aea894dc944e27c6a78a3bb (patch) | |
| tree | 687f0a11bb550fa088fd82a98ceb8979bbc35f69 /.builds | |
| parent | Comment on prior reverts removing the pack writing API (diff) | |
| signature | No signature | |
Delete everything, I'm redesigning this.
I'll stop using a flat package and make things much more modular.
And also experiment with streaming APIs so large blobs don't OOM us.
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/alpine.yml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml deleted file mode 100644 index e0bd8ad3..00000000 --- a/.builds/alpine.yml +++ /dev/null @@ -1,29 +0,0 @@ -image: alpine/edge -packages: - - golangci-lint - - go -tasks: - - build: | - cd furgit - go build - - test-sha256: | - cd furgit - go test -v ./... - - test-sha1: | - cd furgit - go test -v -tags sha1 ./... - - test-race-sha256: | - cd furgit - go test -race -v ./... - - test-race-sha1: | - cd furgit - go test -race -v -tags sha1 ./... - - test-purego-sha256: | - cd furgit - go test -v -tags purego ./... - - lint: | - cd furgit - golangci-lint run ./... - - vet: | - cd furgit - go vet ./... |
