summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index e77460ed..904808d1 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -10,15 +10,15 @@ freebsd_task:
- image_family: freebsd-12-4
cpu: 2
memory: 2G
- - image_family: freebsd-13-1
- cpu: 4
- memory: 4G
+ - image_family: freebsd-13-2
+ cpu: 2
+ memory: 2G
env:
IGNORE_OSVERSION: yes
MAKEFLAGS: -j 4
- MATRIX_CC: clang14 gcc12
+ MATRIX_CC: clang15 gcc12
script:
- - pkg install -qy autoconf gcc12 llvm14
+ - pkg install -qy autoconf gcc12 llvm15
- pkg install -qy cmake git-tiny # for build_matrix.sh and build.sh
- ./build_matrix.sh
@@ -32,10 +32,12 @@ linux_task:
env:
DEBIAN_FRONTEND: noninteractive
MAKEFLAGS: -j 3
+ MATRIX_CC: gcc clang-15
+ LANG: C
script:
- apt-get -qy update >/dev/null
- apt-get -qy install libdbus-1-dev libbluetooth-dev libnl-genl-3-dev libibverbs-dev libssl-dev >/dev/null
- - apt-get -qy install flex bison autoconf make clang gcc valgrind >/dev/null
+ - apt-get -qy install flex bison autoconf make clang-15 gcc >/dev/null
- apt-get -qy install cmake git bc >/dev/null # for build_matrix.sh and build.sh
- apt list --installed 'lib*-dev'
- ./autogen.sh