aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-23 22:00:21 +0000
committerOmar Polo <op@omarpolo.com>2023-06-23 22:00:21 +0000
commit5a345722826201a4da926abc096aed76de3cdaa4 (patch)
tree7dbfee467ea4fa18d778b5b2e1dd02f78b2db5a3 /.cirrus.yml
parenta7a998ac9b5c17d6e689569d8284ac288c64bf09 (diff)
use REGRESS_HOST to specify the host to listen to; use in CI
some CI envs don't like `listen on localhost' but tolerate INADDR_ANY or IN6ADDR_ANY_INIT.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 27b7e8c..1583889 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,7 +5,7 @@ linux_amd64_task:
- apk add alpine-sdk linux-headers bison libretls-dev libevent-dev
- ./configure CFLAGS='-O2 -pipe -Wno-deprecated-declarations' -Werror
- make
- - make regress
+ - make regress REGRESS_HOST="*"
linux_arm_task:
arm_container:
@@ -14,7 +14,7 @@ linux_arm_task:
- apk add alpine-sdk linux-headers bison libretls-dev libevent-dev
- ./configure CFLAGS='-O2 -pipe -Wno-deprecated-declarations' -Werror
- make
- - make regress
+ - make regress REGRESS_HOST="*"
freebsd_13_task:
freebsd_instance: