[PATCH 0/3] Improve FreeBSD and macOS jobs in the Cirrus-CI

Thomas Huth posted 3 patches 5 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200724143220.32751-1-thuth@redhat.com
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Maintainers: Li-Wen Hsu <lwhsu@freebsd.org>, Ed Maste <emaste@freebsd.org>
There is a newer version of this series
.cirrus.yml | 12 +++++++-----
configure   | 10 +++++-----
2 files changed, 12 insertions(+), 10 deletions(-)
[PATCH 0/3] Improve FreeBSD and macOS jobs in the Cirrus-CI
Posted by Thomas Huth 5 years, 3 months ago
Our configure script does not enable -Werror on macOS and FreeBSD
by default yet. That's bad in the CI, since we might miss compiler
warnings and thus bugs this way. So after fixing a problem in the
configure script in the first patch, we now turn on -Werror here
in the second patch. The third patch is just a cosmetical one, since
Cirrus-CI seems to upgrade all jobs automatically to Cataline these
days.

Thomas Huth (3):
  configure: Fix atomic64 test for --enable-werror on macOS
  cirrus.yml: Compile macOS and FreeBSD with -Werror
  cirrus.yml: Update the macOS jobs to Catalina

 .cirrus.yml | 12 +++++++-----
 configure   | 10 +++++-----
 2 files changed, 12 insertions(+), 10 deletions(-)

-- 
2.18.1