Switch to FreeBSD 13.2 and size it down as in tcpdump much earlier.
Switch Clang to 15 in FreeBSD and Linux (for some reason there was no
pkg error in this project, but it makes sense to upgrade consistently
anyway).
- image_family: freebsd-12-4
cpu: 2
memory: 2G
- 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
env:
IGNORE_OSVERSION: yes
MAKEFLAGS: -j 4
- MATRIX_CC: clang14 gcc12
+ MATRIX_CC: clang15 gcc12
- - 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
- pkg install -qy cmake git-tiny # for build_matrix.sh and build.sh
- ./build_matrix.sh
env:
DEBIAN_FRONTEND: noninteractive
MAKEFLAGS: -j 3
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
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 valgrind >/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
- apt-get -qy install cmake git bc >/dev/null # for build_matrix.sh and build.sh
- apt list --installed 'lib*-dev'
- ./autogen.sh