diff options
author | Omar Polo <op@omarpolo.com> | 2024-01-26 17:02:08 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-01-26 17:02:08 +0000 |
commit | ebe2e54900ad3bc7a3f577b4640db08b9d997044 (patch) | |
tree | 47f5ddc6c546b5bc9289797625e0165b889c2e84 | |
parent | ddb089c157628dc1b5ad10b526d24fb1a28c438e (diff) |
tweak and update freebsd task
-rw-r--r-- | .cirrus.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 0ba9041..bb83ced 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -19,11 +19,11 @@ linux_arm_task: - make - make regress REGRESS_HOST="*" -freebsd_13_task: +freebsd_14_task: freebsd_instance: - image_family: freebsd-13-0 - test_script: - - pkg install -y libevent libressl pkgconf + image_family: freebsd-14-0 + install_script: pkg install -y libevent libressl pkgconf + script: - ./configure CFLAGS='-O2 -pipe -Wno-deprecated-declarations' -Werror - make - make regress |