qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] adcf96: .travis.yml: split MacOSX builds and


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] adcf96: .travis.yml: split MacOSX builds and reduce target...
Date: Thu, 15 Nov 2018 05:03:24 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: adcf96830da80664332075e81056cde11dfeb502
      
https://github.com/qemu/qemu/commit/adcf96830da80664332075e81056cde11dfeb502
  Author: Alex Bennée <address@hidden>
  Date:   2018-11-14 (Wed, 14 Nov 2018)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  .travis.yml: split MacOSX builds and reduce target list

We have reached the point where the MacOSX build was regularly timing
out. So as before I've reduced the target list to "major"
architectures to try and bring the build time down. I've added an
additional MacOSX build with the latest XCode with a minimal list of
"most likely" targets on MacOS.

Signed-off-by: Alex Bennée <address@hidden>


  Commit: 1f442da51e088160e892c4e059c154eec3f058c5
      
https://github.com/qemu/qemu/commit/1f442da51e088160e892c4e059c154eec3f058c5
  Author: Laurent Vivier <address@hidden>
  Date:   2018-11-14 (Wed, 14 Nov 2018)

  Changed paths:
    M tests/tcg/multiarch/linux-test.c

  Log Message:
  -----------
  tests/tcg/multiarch: fix 32bit linux-test on 64bit host

Fix:

  TEST    linux-test on i386
  .../tests/tcg/multiarch/linux-test.c:201: readdir

readdir() calls getdents64() to have the list of the entries in a
directory, and getdents64() can return 64bit d_off values (with ext4,
for instance) that will not fit in the 32bit d_off field of the
readdir() dirent structure.

To avoid that, use readdir64() to use a 64bit d_off field too.

Signed-off-by: Laurent Vivier <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>


  Commit: 5eb48906d49e74061a8f1218330915b80abd7fb7
      
https://github.com/qemu/qemu/commit/5eb48906d49e74061a8f1218330915b80abd7fb7
  Author: Peter Maydell <address@hidden>
  Date:   2018-11-15 (Thu, 15 Nov 2018)

  Changed paths:
    M .travis.yml
    M tests/tcg/multiarch/linux-test.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/stsquad/tags/pull-testing-fixes-for-3.1-141118-1' into staging

Testing tweaks:

  - split MacOSX build
  - fix for readdir() failures in check-tcg

# gpg: Signature made Wed 14 Nov 2018 13:08:24 GMT
# gpg:                using RSA key FBD0DB095A9E2A44
# gpg: Good signature from "Alex Bennée (Master Work Key) <address@hidden>"
# Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44

* remotes/stsquad/tags/pull-testing-fixes-for-3.1-141118-1:
  tests/tcg/multiarch: fix 32bit linux-test on 64bit host
  .travis.yml: split MacOSX builds and reduce target list

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/18d30e7b59b0...5eb48906d49e
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]