Because we have enabled Cirrus CI remove the old config from branches to prevent it from failing.
Signed-off-by: Ales Musil <[email protected]> --- It should be backported all the way down to 21.12. v2: Add forgotten Signed-off-by. --- .cirrus.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml deleted file mode 100644 index c71a0a249..000000000 --- a/.cirrus.yml +++ /dev/null @@ -1,31 +0,0 @@ -freebsd_build_task: - - freebsd_instance: - matrix: - image: freebsd-12-0-release-amd64 - image: freebsd-11-2-release-amd64 - cpu: 4 - memory: 8G - - env: - DEPENDENCIES: automake libtool gmake gcc wget openssl - python py27-six py27-sphinx py27-openssl - python3 py36-six py36-openssl - matrix: - COMPILER: gcc - COMPILER: clang - - prepare_script: - - pkg install -y ${DEPENDENCIES} - - configure_script: - - ./boot.sh - - ./configure CC=${COMPILER} MAKE=gmake OVS_CFLAGS='-Wall' --enable-Werror - || { cat config.log; exit 1; } - - build_script: - - gmake -j8 - - check_script: - - gmake -j8 check TESTSUITEFLAGS=-j8 RECHECK=yes - || { cat ./tests/testsuite.log; exit 1; } -- 2.38.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
