Searched +full:build +full:- +full:s390x (Results 1 – 5 of 5) sorted by relevance
4 - dnf update -y5 - dnf install -y make python15 - logs23 - build/logs25 build-aarch64:28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu29 - ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-30 - make -j231 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh33 debug-bp[all …]
11 - arch: ppc64le13 apt_packages: clang qemu-system-ppc15 - CONFIG="--arch=ppc64 --endian=little --cc=clang --cflags=-no-integrated-as"16 - TESTS="emulator rtas-get-time-of-day rtas-get-time-of-day-base17 rtas-set-time-of-day selftest-setup spapr_hcall"19 - arch: s390x22 apt_packages: clang-11 qemu-system-s390x24 - CONFIG="--arch=s390x --cc=clang-11 --cflags=-no-integrated-as"25 - TESTS=""28 - mkdir -p build && cd build[all …]
14 .stgit-*20 /*-run23 /build-head26 /api/api-sample27 /api/dirty-log28 /api/dirty-log-perf29 /s390x/*.bin30 /s390x/snippets/*/*.gbin31 /efi-tests/*32 /s390x/comm.key[all …]
3 if [ -z "${BASH_VERSINFO[0]}" ] || [ "${BASH_VERSINFO[0]}" -lt 4 ] ; then4 echo "Error: Bash version 4 or newer is required for the kvm-unit-tests"15 echo "cortex-a15"18 echo "cortex-a57"33 echo "cortex-a15"51 arch=$(uname -m | sed -e 's/i.86/i386/;s/arm64/aarch64/;s/arm.*/arm/;s/ppc64.*/ppc64/')72 # Enable -Werror by default for git repositories only (i.e. developer builds)73 if [ -e "$srcdir"/.git ]; then74 werror=-Werror81 [ -z "$processor" ] && processor=$(get_default_processor $arch)[all …]
2 tests += $(TEST_DIR)/selftest-migration.elf3 tests += $(TEST_DIR)/memory-verify.elf25 tests += $(TEST_DIR)/uv-guest.elf28 tests += $(TEST_DIR)/uv-host.elf30 tests += $(TEST_DIR)/mvpg-sie.elf31 tests += $(TEST_DIR)/spec_ex-sie.elf35 tests += $(TEST_DIR)/adtl-status.elf37 tests += $(TEST_DIR)/pv-attest.elf38 tests += $(TEST_DIR)/migration-cmm.elf39 tests += $(TEST_DIR)/migration-skey.elf[all …]