|
@@ -218,7 +218,6 @@ jobs:
|
|
- TEST_CMD="make check check-tcg V=1"
|
|
- TEST_CMD="make check check-tcg V=1"
|
|
- CONFIG="--disable-containers --target-list=${MAIN_SOFTMMU_TARGETS},s390x-linux-user"
|
|
- CONFIG="--disable-containers --target-list=${MAIN_SOFTMMU_TARGETS},s390x-linux-user"
|
|
- UNRELIABLE=true
|
|
- UNRELIABLE=true
|
|
- - DFLTCC=0
|
|
|
|
script:
|
|
script:
|
|
- BUILD_RC=0 && make -j${JOBS} || BUILD_RC=$?
|
|
- BUILD_RC=0 && make -j${JOBS} || BUILD_RC=$?
|
|
- |
|
|
- |
|
|
@@ -258,7 +257,7 @@ jobs:
|
|
env:
|
|
env:
|
|
- CONFIG="--disable-containers --audio-drv-list=sdl --disable-user
|
|
- CONFIG="--disable-containers --audio-drv-list=sdl --disable-user
|
|
--target-list-exclude=${MAIN_SOFTMMU_TARGETS}"
|
|
--target-list-exclude=${MAIN_SOFTMMU_TARGETS}"
|
|
- - DFLTCC=0
|
|
|
|
|
|
+
|
|
- name: "[s390x] GCC (user)"
|
|
- name: "[s390x] GCC (user)"
|
|
arch: s390x
|
|
arch: s390x
|
|
dist: focal
|
|
dist: focal
|
|
@@ -270,7 +269,7 @@ jobs:
|
|
- ninja-build
|
|
- ninja-build
|
|
env:
|
|
env:
|
|
- CONFIG="--disable-containers --disable-system"
|
|
- CONFIG="--disable-containers --disable-system"
|
|
- - DFLTCC=0
|
|
|
|
|
|
+
|
|
- name: "[s390x] Clang (disable-tcg)"
|
|
- name: "[s390x] Clang (disable-tcg)"
|
|
arch: s390x
|
|
arch: s390x
|
|
dist: focal
|
|
dist: focal
|
|
@@ -304,4 +303,3 @@ jobs:
|
|
- CONFIG="--disable-containers --disable-tcg --enable-kvm
|
|
- CONFIG="--disable-containers --disable-tcg --enable-kvm
|
|
--disable-tools --host-cc=clang --cxx=clang++"
|
|
--disable-tools --host-cc=clang --cxx=clang++"
|
|
- UNRELIABLE=true
|
|
- UNRELIABLE=true
|
|
- - DFLTCC=0
|
|
|