aboutsummaryrefslogtreecommitdiff
path: root/.builds
AgeCommit message (Collapse)Author
2024-03-22CI: Use upstream QBE in Debian aarch64 buildMichael Forney
This was accidentally left as my personal branch when all the other builds were updated.
2024-03-22builds: Use freebsd/latestMichael Forney
2022-11-29Don't spam mailing list with build failuresMichael Forney
Add a separate list for this.
2022-08-05Use CC=cc with nixosMichael Forney
nixos doesn't have c99.
2022-07-12Update CI for new QBE MakefileMichael Forney
2021-09-09CI: Switch to debian/stableMichael Forney
2021-06-16Add initial NetBSD supportMichael Forney
2021-04-21CI: Pin FreeBSD to 12.x for nowMichael Forney
FreeBSD 13 no longer contains a standalone assembler in the base install, and also added a hard-requirement on _Thread_local.
2021-04-08CI: Fix debian-aarch64 dependency packagesMichael Forney
It appears that these packages recommended by gcc-aarch64-linux-gnu and qemu-user are no longer installed automatically, so list them explicitly.
2020-12-07CI: Drop obsolete OpenBSD patchMichael Forney
2020-09-05Add a patch to fix OpenBSD bootstrap on 6.7Michael Forney
This issue is already fixed in -current.
2020-06-29.builds/alpine: remove annotationsDrew DeVault
This feature is being removed from git.sr.ht
2020-06-03Disable bootstrap in OpenBSD continuous buildMichael Forney
2019-11-25Make debian-aarch64 build more robust to gcc version changesMichael Forney
2019-11-18Fix email address in build manifestsMichael Forney
Go's email libraries (used by builds.sr.ht) need the address to be in this format.
2019-11-17Fix build manifests for changed environment behaviorMichael Forney
2019-08-13Send mail to list on build job failureMichael Forney
2019-07-30Fix alpine-aarch64 build manifestMichael Forney
2019-07-07Build annotations in continuous buildMichael Forney
2019-07-05Rename to cprocMichael Forney
Fixes #4
2019-05-29Need doas to patch /usr/include/amd64/endian.hMichael Forney
2019-05-29Test full bootstrap on OpenBSD after some patchesMichael Forney
2019-05-14Add NixOS continuous buildMichael Forney
2019-05-14Add initial OpenBSD continuous buildMichael Forney
2019-05-09Add Debian aarch64 continuous buildMichael Forney
2019-05-08Add aarch64 continuous buildMichael Forney
2019-04-26Replace config.def.h with a configure scriptMichael Forney
2019-04-16Use upstream QBEMichael Forney
2019-04-07Add FreeBSD build manifestMichael Forney
2019-02-12Add continuous build configurationMichael Forney