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. v3: Fix the makefile. --- .cirrus.yml | 31 ------------------------------- Makefile.am | 1 - 2 files changed, 32 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; } diff --git a/Makefile.am b/Makefile.am index 3b0df8393..c8f770146 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,7 +85,6 @@ EXTRA_DIST = \ MAINTAINERS.rst \ README.rst \ NOTICE \ - .cirrus.yml \ .ci/linux-build.sh \ .ci/linux-prepare.sh \ .ci/osx-build.sh \ -- 2.38.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
