Age | Commit message (Collapse) | Author |
|
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.
|
|
at least on the CI is failing with "can't connect to ::1:10965:
Address not available" which suggests IPv6 is broken there.
|
|
|
|
|
|
|
|
gcc' use after free detection is busted and sees one in vis.c where
it's not possible.
|
|
|
|
some CI envs don't like `listen on localhost' but tolerate INADDR_ANY
or IN6ADDR_ANY_INIT.
|
|
-Wno-deprecated-declarations is needed because of OpenSSL 3 (and macos
stupidly deprecating daemon(3) in favour of that trash of posix_spawn.)
|
|
the runtime tests fails on the ci (gg: Connection refused); will be
revisited after we get a real `listen on' directive.
|
|
Add a cirrus CI config file that runs the regression suite on linux
amd64/aarch64 and on freebsd.
|