FreeBSD 12 was released in December 2018, so according to our
platform support policy we can now drop support for the previous
major release. It would be going EOL in September anyway.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
.gitlab-ci.yml | 10 ----------
ci/cirrus/freebsd-11.vars | 8 --------
2 files changed, 18 deletions(-)
delete mode 100644 ci/cirrus/freebsd-11.vars
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a059ad229c..cbc1292839 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -404,16 +404,6 @@ x64-ubuntu-2004:
variables:
NAME: ubuntu-2004
-x64-freebsd-11-build:
- extends: .cirrus_build_job
- variables:
- NAME: freebsd-11
- CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
- CIRRUS_VM_IMAGE_SELECTOR: image_family
- CIRRUS_VM_IMAGE_NAME: freebsd-11-4
- UPDATE_COMMAND: pkg update
- INSTALL_COMMAND: pkg install -y
-
x64-freebsd-12-build:
extends: .cirrus_build_job
variables:
diff --git a/ci/cirrus/freebsd-11.vars b/ci/cirrus/freebsd-11.vars
deleted file mode 100644
index 5add0fb058..0000000000
--- a/ci/cirrus/freebsd-11.vars
+++ /dev/null
@@ -1,8 +0,0 @@
-PACKAGING_COMMAND='pkg'
-CC='/usr/bin/clang'
-CCACHE='/usr/local/bin/ccache'
-MAKE='/usr/local/bin/gmake'
-NINJA='/usr/local/bin/ninja'
-PYTHON='/usr/local/bin/python3'
-PIP3='/usr/local/bin/pip-3.7'
-PKGS='augeas avahi bash-completion ca_root_nss ccache cppi curl cyrus-sasl dbus
diffutils diskscrub dnsmasq fusefs-libs gettext git glib gmake gnutls hal libpcap
libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf polkit py37-docutils
py37-flake8 python3 qemu radvd readline yajl'
--
2.26.3