qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Wainer dos Santos Moschetta <wainersm@redhat.com>
To: "Daniel P. Berrangé" <berrange@redhat.com>, qemu-devel@nongnu.org
Cc: "Thomas Huth" <thuth@redhat.com>, "Ed Maste" <emaste@freebsd.org>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Willian Rampazzo" <willianr@redhat.com>,
	"Yonggang Luo" <luoyonggang@gmail.com>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Li-Wen Hsu" <lwhsu@freebsd.org>
Subject: Re: [PATCH 3/3] cirrus: delete FreeBSD and macOS jobs
Date: Wed, 30 Jun 2021 16:00:51 -0300	[thread overview]
Message-ID: <d63add8d-44cf-c3ad-289e-49dd358b9d10@redhat.com> (raw)
In-Reply-To: <20210625172211.451010-4-berrange@redhat.com>


On 6/25/21 2:22 PM, Daniel P. Berrangé wrote:
> 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>
> ---
>   .cirrus.yml | 55 -----------------------------------------------------
>   1 file changed, 55 deletions(-)

Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>

>
> 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:



  parent reply	other threads:[~2021-06-30 19:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-25 17:22 [PATCH 0/3] ci: use cirrus-run to utilize Cirrus CI from GitLab CI Daniel P. Berrangé
2021-06-25 17:22 ` [PATCH 1/3] build: validate that system capstone works before using it Daniel P. Berrangé
2021-06-28  6:54   ` Thomas Huth
2021-06-30 20:54   ` Willian Rampazzo
2021-07-05 12:06   ` Alex Bennée
2021-06-25 17:22 ` [PATCH 2/3] gitlab: support for FreeBSD 12, 13 and macOS 11 via cirrus-run Daniel P. Berrangé
2021-06-28  7:28   ` Thomas Huth
2021-06-28  8:33     ` Daniel P. Berrangé
2021-06-30 18:58   ` Wainer dos Santos Moschetta
2021-06-30 20:35     ` Daniel P. Berrangé
2021-07-05 10:35       ` Alex Bennée
2021-06-25 17:22 ` [PATCH 3/3] cirrus: delete FreeBSD and macOS jobs Daniel P. Berrangé
2021-06-28  7:29   ` Thomas Huth
2021-06-30 19:00   ` Wainer dos Santos Moschetta [this message]
2021-06-30 20:52   ` Willian Rampazzo
2021-06-28  7:34 ` [PATCH 0/3] ci: use cirrus-run to utilize Cirrus CI from GitLab CI Thomas Huth
2021-06-28  8:28   ` Daniel P. Berrangé
2021-07-05 10:32 ` Alex Bennée

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d63add8d-44cf-c3ad-289e-49dd358b9d10@redhat.com \
    --to=wainersm@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=berrange@redhat.com \
    --cc=emaste@freebsd.org \
    --cc=f4bug@amsat.org \
    --cc=luoyonggang@gmail.com \
    --cc=lwhsu@freebsd.org \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.com \
    --cc=willianr@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).