summaryrefslogtreecommitdiff
path: root/.builds (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-23ci: remove the debian amd64 buildGravatar Vincent Rischmann1-25/+0
amd64 on a "standard" distribution using gblic is already tested with Ubuntu using GitHub Actions. The plan for the CI is to switch to GitHub Actions completely when and where possible.
2021-08-18ci: stop testing both memory and filesystemGravatar Vincent Rischmann4-22/+3
We don't do much when choosing in memory or not, sqlite does all the work of managing the data, so there's not much point for us testing both modes. This will also have the benefit of reducing the time needed to run the CI, especially for aarch64 which is super slow.
2021-06-09ci: cleanupGravatar Vincent Rischmann4-8/+0
2021-06-07ci: run the tests with qemu tooGravatar Vincent Rischmann2-0/+22
2021-03-23ci: remove extraneous jobsGravatar Vincent Rischmann3-20/+0
2021-03-13ci: enable the bundled testGravatar Vincent Rischmann1-5/+3
2021-01-24ci: stop building with the bundled sqlite on aarch64Gravatar Vincent Rischmann1-4/+0
Building sqlite increases the build time to close to an hour, which is way too long. We might need to build for aarch64 on another CI platform, but for now just disable this step.
2021-01-24ci: try to fix the build with sqlite bundledGravatar Vincent Rischmann1-1/+1
For some reason the build fails with an undefined symbol on Debian aarch64, apparently can be fixed by using musl instead of glibc.
2021-01-24ci: test both in-memory and filesystemGravatar Vincent Rischmann4-19/+31
2021-01-09ci: disable the bundled test on DebianGravatar Vincent Rischmann1-3/+5
2021-01-09ci: test with the bundled source tooGravatar Vincent Rischmann3-0/+12
2021-01-06ci: aarch64 builds are super slow, don't do them twiceGravatar Vincent Rischmann1-4/+0
2020-12-30ci: use the github repoGravatar Vincent Rischmann4-4/+4
2020-12-29ci: stop sending an email on failureGravatar Vincent Rischmann4-20/+0
2020-12-28ci: rename is_ci to in_memoryGravatar Vincent Rischmann4-5/+24
also test both modes
2020-12-23ci: add the build manifest for debian/buster aarch64Gravatar Vincent Rischmann1-0/+27
2020-12-18ci: add the build manifest for alpine/edge amd64Gravatar Vincent Rischmann1-0/+27
2020-10-24ci: add the ssh key secretGravatar Vincent Rischmann2-2/+4
2020-10-24add ci stuffGravatar Vincent Rischmann2-0/+50