[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 08/40] cirrus: delete FreeBSD and macOS jobs
From: |
Alex Bennée |
Subject: |
[PATCH v3 08/40] cirrus: delete FreeBSD and macOS jobs |
Date: |
Fri, 9 Jul 2021 15:29:33 +0100 |
From: Daniel P. Berrangé <berrange@redhat.com>
The builds for these two platforms can now be performed from GitLab CI
using cirrus-run.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Message-Id: <20210625172211.451010-4-berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
.cirrus.yml | 55 -----------------------------------------------------
1 file changed, 55 deletions(-)
diff --git a/.cirrus.yml b/.cirrus.yml
index f4bf49b704..02c43a074a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,61 +1,6 @@
env:
CIRRUS_CLONE_DEPTH: 1
-freebsd_12_task:
- freebsd_instance:
- image_family: freebsd-12-2
- cpu: 8
- memory: 8G
- install_script:
- - ASSUME_ALWAYS_YES=yes pkg bootstrap -f ;
- - pkg install -y bash curl cyrus-sasl git glib gmake gnutls gsed
- nettle perl5 pixman pkgconf png usbredir ninja
- script:
- - mkdir build
- - cd build
- # TODO: Enable gnutls again once FreeBSD's libtasn1 got fixed
- # See: https://gitlab.com/gnutls/libtasn1/-/merge_requests/71
- - ../configure --enable-werror --disable-gnutls
- || { cat config.log meson-logs/meson-log.txt; exit 1; }
- - gmake -j$(sysctl -n hw.ncpu)
- - gmake -j$(sysctl -n hw.ncpu) check V=1
-
-macos_task:
- osx_instance:
- image: catalina-base
- install_script:
- - brew install pkg-config python gnu-sed glib pixman make sdl2 bash ninja
- script:
- - mkdir build
- - cd build
- - ../configure --python=/usr/local/bin/python3 --enable-werror
- --extra-cflags='-Wno-error=deprecated-declarations'
- || { cat config.log meson-logs/meson-log.txt; exit 1; }
- - gmake -j$(sysctl -n hw.ncpu)
- - gmake check-unit V=1
- - gmake check-block V=1
- - gmake check-qapi-schema V=1
- - gmake check-softfloat V=1
- - gmake check-qtest-x86_64 V=1
-
-macos_xcode_task:
- osx_instance:
- # this is an alias for the latest Xcode
- image: catalina-xcode
- install_script:
- - brew install pkg-config gnu-sed glib pixman make sdl2 bash ninja
- script:
- - mkdir build
- - cd build
- - ../configure --extra-cflags='-Wno-error=deprecated-declarations'
--enable-modules
- --enable-werror --cc=clang || { cat config.log
meson-logs/meson-log.txt; exit 1; }
- - gmake -j$(sysctl -n hw.ncpu)
- - gmake check-unit V=1
- - gmake check-block V=1
- - gmake check-qapi-schema V=1
- - gmake check-softfloat V=1
- - gmake check-qtest-x86_64 V=1
-
windows_msys2_task:
timeout_in: 90m
windows_container:
--
2.20.1
- [PATCH for 6.1 v3 00/40] testing and plugins pre-PR, Alex Bennée, 2021/07/09
- [PATCH v3 01/40] Jobs based on custom runners: documentation and configuration placeholder, Alex Bennée, 2021/07/09
- [PATCH v3 02/40] Jobs based on custom runners: build environment docs and playbook, Alex Bennée, 2021/07/09
- [PATCH v3 04/40] Jobs based on custom runners: add job definitions for QEMU's machines, Alex Bennée, 2021/07/09
- [PATCH v3 03/40] Jobs based on custom runners: docs and gitlab-runner setup playbook, Alex Bennée, 2021/07/09
- [PATCH v3 05/40] tests/tcg: also disable the signals test for plugins, Alex Bennée, 2021/07/09
- [PATCH v3 06/40] build: validate that system capstone works before using it, Alex Bennée, 2021/07/09
- [PATCH v3 10/40] tests/docker: don't use BUILDKIT in GitLab either, Alex Bennée, 2021/07/09
- [PATCH v3 07/40] gitlab: support for FreeBSD 12, 13 and macOS 11 via cirrus-run, Alex Bennée, 2021/07/09
- [PATCH v3 09/40] hw/usb/ccid: remove references to NSS, Alex Bennée, 2021/07/09
- [PATCH v3 08/40] cirrus: delete FreeBSD and macOS jobs,
Alex Bennée <=
- [PATCH v3 16/40] tests/docker: fix mistakes in fedora package list, Alex Bennée, 2021/07/09
- [PATCH v3 21/40] tests/docker: expand ubuntu1804 package list, Alex Bennée, 2021/07/09
- [PATCH v3 17/40] tests/docker: fix mistakes in ubuntu package lists, Alex Bennée, 2021/07/09
- [PATCH v3 15/40] tests/docker: fix mistakes in centos package lists, Alex Bennée, 2021/07/09
- [PATCH v3 12/40] tests/docker: use explicit docker.io registry, Alex Bennée, 2021/07/09
- [PATCH v3 19/40] tests/docker: expand centos8 package list, Alex Bennée, 2021/07/09
- [PATCH v3 18/40] tests/docker: remove mingw packages from Fedora, Alex Bennée, 2021/07/09
- [PATCH v3 38/40] plugins/cache: Added FIFO and LRU eviction policies, Alex Bennée, 2021/07/09
- [PATCH v3 14/40] tests/docker: fix sorting in package lists, Alex Bennée, 2021/07/09
- [PATCH v3 11/40] tests/docker: use project specific container registries, Alex Bennée, 2021/07/09