Searched +full:riscv64 +full:- +full:debian +full:- +full:test +full:- +full:cross +full:- +full:container (Results 1 – 4 of 4) sorted by relevance
/qemu/.gitlab-ci.d/ |
H A D | container-cross.yml | 1 amd64-debian-cross-container: 5 NAME: debian-amd64-cross 7 amd64-debian-user-cross-container: 11 NAME: debian-all-test-cross 13 amd64-debian-legacy-cross-container: 17 NAME: debian-legacy-test-cross 19 arm64-debian-cross-container: 23 NAME: debian-arm64-cross 25 armhf-debian-cross-container: 29 NAME: debian-armhf-cross [all …]
|
H A D | buildtest.yml | 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 4 build-system-alpine: 6 - .native_build_job_template 7 - .native_build_artifact_template 9 - job: amd64-alpine-container 12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu 13 MAKE_CHECK_ARGS: check-build 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 16 check-system-alpine: 19 - job: build-system-alpine [all …]
|
/qemu/tests/lcitool/ |
H A D | refresh | 3 # Re-generate container recipes 7 # https://gitlab.com/libvirt/libvirt-ci 13 # the top-level directory. 28 lcitool_path = Path(self_dir, "libvirt-ci", "bin", "lcitool") 30 lcitool_cmd = [lcitool_path, "--data-dir", self_dir] 63 " id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi\n" 66 def generate_dockerfile(host, target, project="qemu", cross=None, trailer=None): argument 69 if cross is not None: 70 cmd.extend(["--cross", cross]) 82 filename = Path(src_dir, ".gitlab-ci.d", "cirrus", target + ".vars") [all …]
|
/qemu/ |
H A D | configure | 14 source_path=$(cd "$(dirname -- "$0")"; pwd) 16 if test "$PWD" -ef "$source_path" 20 MARKER=build/auto-created-by-configure 22 if test -e build 24 if test -f $MARKER 26 rm -rf build 36 echo "your source directory, or try doing an out-of-tree build." 41 # This file is auto-generated by configure to support in-source tree 46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS) 47 @if test "$(MAKECMDGOALS)" = "distclean" && \ [all …]
|