Skip to content
  • Thomas Huth's avatar
    e90c3c3c
    gitlab-ci: Remove the second superfluous macos task · e90c3c3c
    Thomas Huth authored
    
    
    While there might have been bigger differnces between the -base and
    the -xcode images in the beginning, they almost vanished in the
    current builds, e.g. when comparing the output of the "configure"
    step after cleaning up the differences due to temporary path names,
    I only get:
    
      $ diff -u /tmp/base.txt /tmp/xcode.txt
      --- /tmp/base.txt	2021-07-16 09:16:24.211427940 +0200
      +++ /tmp/xcode.txt	2021-07-16 09:16:43.029684274 +0200
      @@ -19,14 +19,14 @@
       Build type: native build
       Project name: qemu
       Project version: 6.0.50
      -C compiler for the host machine: cc (clang 12.0.0 "Apple clang version 12.0.0 (clang-1200.0.32.29)")
      +C compiler for the host machine: cc (clang 12.0.0 "Apple clang version 12.0.0 (clang-1200.0.32.28)")
       C linker for the host machine: cc ld64 609.8
       Host machine cpu family: x86_64
       Host machine cpu: x86_64
       Program sh found: YES (/bin/sh)
       Program python3 found: YES (/usr/local/opt/python@3.9/bin/python3.9)
       Program bzip2 found: YES (/usr/bin/bzip2)
      -C++ compiler for the host machine: c++ (clang 12.0.0 "Apple clang version 12.0.0 (clang-1200.0.32.29)")
      +C++ compiler for the host machine: c++ (clang 12.0.0 "Apple clang version 12.0.0 (clang-1200.0.32.28)")
       C++ linker for the host machine: c++ ld64 609.8
       Objective-C compiler for the host machine: clang (clang 12.0.0)
       Objective-C linker for the host machine: clang ld64 609.8
    
    Since we're not using Xcode itself at all, it seems like it does not
    make much sense anymore to waste compute cycles with two images here.
    Thus let's delete the -xcode job now.
    
    [AJB: fix up commit formatting which trips up b4]
    
    Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
    Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
    Reviewed-by: default avatarWillian Rampazzo <willianr@redhat.com>
    Reviewed-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
    Message-Id: <20210719073051.1559348-1-thuth@redhat.com>
    Message-Id: <20210720232703.10650-29-alex.bennee@linaro.org>
    e90c3c3c
    gitlab-ci: Remove the second superfluous macos task
    Thomas Huth authored
    
    
    While there might have been bigger differnces between the -base and
    the -xcode images in the beginning, they almost vanished in the
    current builds, e.g. when comparing the output of the "configure"
    step after cleaning up the differences due to temporary path names,
    I only get:
    
      $ diff -u /tmp/base.txt /tmp/xcode.txt
      --- /tmp/base.txt	2021-07-16 09:16:24.211427940 +0200
      +++ /tmp/xcode.txt	2021-07-16 09:16:43.029684274 +0200
      @@ -19,14 +19,14 @@
       Build type: native build
       Project name: qemu
       Project version: 6.0.50
      -C compiler for the host machine: cc (clang 12.0.0 "Apple clang version 12.0.0 (clang-1200.0.32.29)")
      +C compiler for the host machine: cc (clang 12.0.0 "Apple clang version 12.0.0 (clang-1200.0.32.28)")
       C linker for the host machine: cc ld64 609.8
       Host machine cpu family: x86_64
       Host machine cpu: x86_64
       Program sh found: YES (/bin/sh)
       Program python3 found: YES (/usr/local/opt/python@3.9/bin/python3.9)
       Program bzip2 found: YES (/usr/bin/bzip2)
      -C++ compiler for the host machine: c++ (clang 12.0.0 "Apple clang version 12.0.0 (clang-1200.0.32.29)")
      +C++ compiler for the host machine: c++ (clang 12.0.0 "Apple clang version 12.0.0 (clang-1200.0.32.28)")
       C++ linker for the host machine: c++ ld64 609.8
       Objective-C compiler for the host machine: clang (clang 12.0.0)
       Objective-C linker for the host machine: clang ld64 609.8
    
    Since we're not using Xcode itself at all, it seems like it does not
    make much sense anymore to waste compute cycles with two images here.
    Thus let's delete the -xcode job now.
    
    [AJB: fix up commit formatting which trips up b4]
    
    Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
    Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
    Reviewed-by: default avatarWillian Rampazzo <willianr@redhat.com>
    Reviewed-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
    Message-Id: <20210719073051.1559348-1-thuth@redhat.com>
    Message-Id: <20210720232703.10650-29-alex.bennee@linaro.org>
Loading