Searched +full:check +full:- +full:system +full:- +full:opensuse (Results 1 – 4 of 4) sorted by relevance
2 - local: '/.gitlab-ci.d/buildtest-template.yml'4 build-system-alpine:6 - .native_build_job_template7 - .native_build_artifact_template9 - job: amd64-alpine-container12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu13 MAKE_CHECK_ARGS: check-build14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog16 check-system-alpine:19 - job: build-system-alpine[all …]
2 The QEMU build system architecture6 QEMU build system. As with projects using GNU autotools, the QEMU build7 system has two stages; first the developer runs the "configure" script14 - build artifacts outside of QEMU source tree entirely::22 - build artifacts in a subdir of QEMU source tree::38 - detect the host architecture40 - list the targets for which to build emulators; the list of43 - find the compilers (native and cross) used to build executables,45 fragments (``config-host.mak``) or a Meson machine file46 (``config-meson.cross``)[all …]
5 any of the tools (like ``qemu-img``). This includes the preferred formats10 ``qemu-img create`` and ``qemu-img convert`` using the ``-o`` option.13 .. program:: image-formats18 file system supports *holes* (for example in ext2 or ext3 on20 space. Use ``qemu-img info`` to know the real size used by the21 image or ``ls -ls`` on Unix/Linux.34 .. program:: image-formats51 zero clusters, which allow efficient copy-on-read for sparse images.69 use to unlock the LUKS key slot is given by the ``encrypt.key-secret``73 If this is set to ``aes``, the image is encrypted with 128-bit AES-CBC.[all …]
14 source_path=$(cd "$(dirname -- "$0")"; pwd)16 if test "$PWD" -ef "$source_path"20 MARKER=build/auto-created-by-configure22 if test -e build24 if test -f $MARKER26 rm -rf build35 echo "ERROR: Could not create ./build directory. Check the permissions on"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 tree46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS)[all …]