Searched +full:build +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 …]
1 .. _Supported-build-platforms:3 Supported build platforms7 platforms. This appendix outlines which platforms are the major build25 support for those backports, unless the feature is auto-detectable in a32 You can find how to install build dependencies for different systems on the33 :ref:`setup-build-env` page.36 ----------------------------40 .. list-table::41 :header-rows: 143 * - CPU Architecture[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" script8 to determine the local build environment characteristics, then they run9 "make" to build the project. This is about where the similarities with12 The two general ways to perform a build are as follows:14 - build artifacts outside of QEMU source tree entirely::17 mkdir build18 cd build22 - build artifacts in a subdir of QEMU source tree::[all …]
14 source_path=$(cd "$(dirname -- "$0")"; pwd)16 if test "$PWD" -ef "$source_path"18 echo "Using './build' as the directory for build output"20 MARKER=build/auto-created-by-configure22 if test -e build24 if test -f $MARKER26 rm -rf build28 echo "ERROR: ./build dir already exists and was not previously created by configure"33 if ! mkdir build || ! touch $MARKER35 echo "ERROR: Could not create ./build directory. Check the permissions on"[all …]