aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
AgeCommit message (Collapse)Author
2024-06-17comment out stravis instead of adding -Wno-* for stupid gccOmar Polo
gcc has a broken error checking for 'use-after-free' that can be triggered by perfectly valid code. Since it's in a function (stravis) we don't use, comment it out.
2024-05-29regress: add a knob to disable test_ipv6_addrOmar Polo
at least on the CI is failing with "can't connect to ::1:10965: Address not available" which suggests IPv6 is broken there.
2024-05-29explain why we disable runtime tests on macosOmar Polo
2024-03-06update mac CI target to sonomaOmar Polo
2024-01-26tweak and update freebsd taskOmar Polo
2024-01-07disable -Werror=use-after free for CIOmar Polo
gcc' use after free detection is busted and sees one in vis.c where it's not possible.
2023-06-23hopefully fix the macos ciOmar Polo
2023-06-23use REGRESS_HOST to specify the host to listen to; use in CIOmar Polo
some CI envs don't like `listen on localhost' but tolerate INADDR_ANY or IN6ADDR_ANY_INIT.
2023-06-13enable -Werror on CIOmar Polo
-Wno-deprecated-declarations is needed because of OpenSSL 3 (and macos stupidly deprecating daemon(3) in favour of that trash of posix_spawn.)
2023-06-13add mac_task with disabled runtime tests for the time beingOmar Polo
the runtime tests fails on the ci (gg: Connection refused); will be revisited after we get a real `listen on' directive.
2021-10-04add .cirrus.ymlOmar Polo
Add a cirrus CI config file that runs the regression suite on linux amd64/aarch64 and on freebsd.