Searched +full:build +full:- +full:tools +full:- +full:and +full:- +full:docs +full:- +full:debian (Results 1 – 6 of 6) 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 # Docker legacy cross-compiler target (tests and minimal qemu)6 # libc6.1-dev-alpha-cross: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=10544127 # sh4-linux-user: binaries don't run with bookworm compiler9 # As we are targeting check-tcg here we only need minimal qemu10 # dependencies and the relevant cross compilers.12 FROM docker.io/library/debian:11-slim14 # Duplicate deb line as deb-src15 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list18 apt-get update && \19 apt-get install -y eatmydata && \[all …]
2 # Docker all cross-compiler target (tests only)5 # build environments which can cross build QEMU this just installs the7 # to build and run linux-user tests on GitLab9 FROM docker.io/library/debian:12-slim11 # Duplicate deb line as deb-src12 RUN sed -in "s/Types: deb/Types: deb deb-src/g" /etc/apt/sources.list.d/debian.sources15 apt-get update && \16 apt-get install -y eatmydata && \17 eatmydata apt-get dist-upgrade -y && \18 apt build-dep -yy qemu[all …]
6 # Unset some variables known to interfere with behavior of common tools,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 $MARKER[all …]
6 have a question about a particular subset and also to provide a set of names10 consult qemu-devel and not any specific individual privately.15 Maintainers are looking after a certain area and must be CCed on19 Reviewers are familiar with the subject matter and provide feedback23 W: Web-page with status/info25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.26 S: Status, one of the following (keep in sync with docs/devel/maintainers.rst):34 it has been replaced by a better system and you36 F: Files and directories with wildcard patterns.37 A trailing slash includes all files and subdirectory files.[all …]
15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')31 # configure runs. Since it is in the build directory33 # (and we need not jump through hoops to try to delete35 tmpdir = meson.current_build_dir() / 'meson-private/temp'61 # type of binaries to build66 have_linux_user = have_linux_user or target.endswith('linux-user')67 have_bsd_user = have_bsd_user or target.endswith('bsd-user')68 have_system = have_system or target.endswith('-softmmu')81 if host_os == 'windows' and add_languages('cpp', required: false, native: false)[all …]