| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-10-23 | ci: remove the debian amd64 build | 1 | -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-18 | ci: stop testing both memory and filesystem | 4 | -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-09 | ci: cleanup | 4 | -8/+0 | ||
| 2021-06-07 | ci: run the tests with qemu too | 2 | -0/+22 | ||
| 2021-03-23 | ci: remove extraneous jobs | 3 | -20/+0 | ||
| 2021-03-13 | ci: enable the bundled test | 1 | -5/+3 | ||
| 2021-01-24 | ci: stop building with the bundled sqlite on aarch64 | 1 | -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-24 | ci: try to fix the build with sqlite bundled | 1 | -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-24 | ci: test both in-memory and filesystem | 4 | -19/+31 | ||
| 2021-01-09 | ci: disable the bundled test on Debian | 1 | -3/+5 | ||
| 2021-01-09 | ci: test with the bundled source too | 3 | -0/+12 | ||
| 2021-01-06 | ci: aarch64 builds are super slow, don't do them twice | 1 | -4/+0 | ||
| 2020-12-30 | ci: use the github repo | 4 | -4/+4 | ||
| 2020-12-29 | ci: stop sending an email on failure | 4 | -20/+0 | ||
| 2020-12-28 | ci: rename is_ci to in_memory | 4 | -5/+24 | ||
| also test both modes | |||||
| 2020-12-23 | ci: add the build manifest for debian/buster aarch64 | 1 | -0/+27 | ||
| 2020-12-18 | ci: add the build manifest for alpine/edge amd64 | 1 | -0/+27 | ||
| 2020-10-24 | ci: add the ssh key secret | 2 | -2/+4 | ||
| 2020-10-24 | add ci stuff | 2 | -0/+50 | ||