From 0de29313dd9309a782b558056d7f37cdd358556a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 1 Jun 2021 11:56:54 +0200 Subject: ci: test on 12.1 and 12.2 Signed-off-by: Jason A. Donenfeld --- .cirrus.yml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index bcca434..47f05d5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,24 +1,19 @@ freebsd_task: timeout_in: 120m install_script: - - ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg install -y bash iperf3 wireguard-tools - - fetch https://download.freebsd.org/ftp/releases/$(uname -m)/$(uname -r)/src.txz - - tar -C / -x -f src.txz + - ASSUME_ALWAYS_YES=yes pkg bootstrap -f && pkg install -y bash iperf3 wireguard-tools build_script: - make -j $(sysctl -n hw.ncpu) -C src DEBUG_FLAGS=-DSELFTESTS test_script: - kldload src/if_wg.ko - tests/netns.sh matrix: - # bash fails on 11 and 12 with undefined symbols (e.g. - # "rl_executing_keyseq" referenced from COPY relocation in - # /usr/local/bin/bash) so skip for now. - #- name: freebsd11-amd64 - # freebsd_instance: - # image: freebsd-11-2-release-amd64 - #- name: freebsd12-amd64 - # freebsd_instance: - # image: freebsd-12-0-release-amd64 - - name: freebsd13-amd64 + - name: freebsd12-1-amd64 + freebsd_instance: + image: freebsd-12-1-release-amd64 + - name: freebsd12-2-amd64 + freebsd_instance: + image: freebsd-12-2-release-amd64 + - name: freebsd13-0-amd64 freebsd_instance: image: freebsd-13-0-release-amd64 -- cgit v1.2.3-59-g8ed1b