FreeBSD CI has been migrated to GitHub Actions.  Remove the .cirrus.yml
configuration file, and the Makefile.am dist entry.

Assisted-by: Claude Opus 4.6, OpenCode
Signed-off-by: Eelco Chaudron <[email protected]>
---
 .ci/freebsd-build.sh |  2 +-
 .cirrus.yml          | 34 ----------------------------------
 Makefile.am          |  1 -
 3 files changed, 1 insertion(+), 36 deletions(-)
 delete mode 100644 .cirrus.yml

diff --git a/.ci/freebsd-build.sh b/.ci/freebsd-build.sh
index f1cb41650..b222a6da3 100755
--- a/.ci/freebsd-build.sh
+++ b/.ci/freebsd-build.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Builds and tests Open vSwitch inside a FreeBSD QEMU VM.
 #
-# Steps mirror the original Cirrus CI configuration:
+# Build and test steps:
 #   configure -> ./boot.sh && ./configure CC=<compiler> ...
 #   build     -> gmake -j8
 #   check     -> gmake -j8 check TESTSUITEFLAGS=-j8 RECHECK=yes
diff --git a/.cirrus.yml b/.cirrus.yml
deleted file mode 100644
index cfbb0ff4d..000000000
--- a/.cirrus.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-freebsd_build_task:
-
-  freebsd_instance:
-    matrix:
-      image_family: freebsd-13-5
-      image_family: freebsd-14-3
-    cpu: 4
-    memory: 4G
-
-  env:
-    DEPENDENCIES: automake libtool gmake gcc openssl python3
-    PY_DEPS:      sphinx|netaddr|pyparsing
-    matrix:
-      COMPILER: gcc
-      COMPILER: clang
-
-  prepare_script:
-    - sysctl -w kern.coredump=0
-    - pkg update -f -r FreeBSD
-    - pkg install -y ${DEPENDENCIES}
-        $(pkg search -xq "^py3[0-9]+-(${PY_DEPS})-[0-9]+" | xargs)
-
-  configure_script:
-    - ./boot.sh
-    - ./configure CC=${COMPILER} CFLAGS="-g -O2 -Wall"
-                  MAKE=gmake --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 ed57ddac5..530fc6236 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,7 +88,6 @@ EXTRA_DIST = \
        .ci/osx-prepare.sh \
        .ci/windows-build.sh \
        .ci/windows-prepare.sh \
-       .cirrus.yml \
        .editorconfig \
        .github/workflows/build-and-test.yml \
        .github/workflows/freebsd.yml \
-- 
2.53.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to