Searched +full:docker +full:- +full:clang (Results 1 – 11 of 11) sorted by relevance
1 ---91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %}95 their output below. If you have Docker installed, you can probably reproduce it115 ---117 Please send your feedback to patchew-devel@redhat.com122 requirements: docker126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1127 docker-quick@centos8:129 requirements: docker,x86_64133 time make docker-test-quick@centos8 SHOW_ENV=1 J=14 NETWORK=1[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 build36 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)48 test -e build/auto-created-by-configure ; \[all …]
1 # syntax=docker/dockerfile:1.0.0-experimental3 # Docker setup for running the "Coverity Scan" tools over the source11 # We don't build on top of the fedora.docker file because we don't16 # run-coverity-scan script.20 RUN dnf install -y nosync && \21 echo -e '#!/bin/sh\n\22 if test -d /usr/lib64\n\30 nosync dnf update -y && \31 nosync dnf install -y \32 SDL2-devel \[all …]
2 # Docker cross-compiler target4 # This docker target uses prebuilt toolchains for LoongArch64 from:5 # https://github.com/loongson/build-tools/releases7 FROM docker.io/library/debian:11-slim9 # Duplicate deb line as deb-src10 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list13 apt-get update && \14 apt-get install -y eatmydata && \15 eatmydata apt-get dist-upgrade -y && \16 apt build-dep -yy qemu[all …]
2 # Docker Hexagon cross-compiler target4 # This docker target is used for building hexagon tests. As it also6 # build-deps.8 FROM docker.io/library/debian:11-slim10 # Duplicate deb line as deb-src11 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list12 RUN apt-get update && \13 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \16 apt-get install -y --no-install-recommends \19 xz-utils \[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 qemu12 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 && \20 eatmydata apt-get dist-upgrade -y && \[all …]
1 # THIS FILE WAS AUTO-GENERATED3 # $ lcitool dockerfile --layers all alpine-321 qemu5 # https://gitlab.com/libvirt/libvirt-ci7 FROM docker.io/library/alpine:3.2112 alsa-lib-dev \13 attr-dev \18 bzip2-dev \19 ca-certificates \20 capstone-dev \22 ceph-dev \[all …]
2 # Docker all cross-compiler target (tests only)7 # 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 qemu22 apt install -y --no-install-recommends \[all …]
1 # THIS FILE WAS AUTO-GENERATED3 # $ lcitool dockerfile --layers all ubuntu-2204 qemu5 # https://gitlab.com/libvirt/libvirt-ci7 FROM docker.io/library/ubuntu:22.0410 apt-get update && \11 apt-get install -y eatmydata && \12 eatmydata apt-get dist-upgrade -y && \13 eatmydata apt-get install --no-install-recommends -y \19 ca-certificates \21 clang \[all …]
1 # THIS FILE WAS AUTO-GENERATED3 # $ lcitool dockerfile --layers all debian-12 qemu5 # https://gitlab.com/libvirt/libvirt-ci7 FROM docker.io/library/debian:12-slim10 apt-get update && \11 apt-get install -y eatmydata && \12 eatmydata apt-get dist-upgrade -y && \13 eatmydata apt-get install --no-install-recommends -y \20 ca-certificates \22 clang \[all …]
7 everything from unit testing and exercising specific sub-systems all9 tests you can run ``make check-help`` from either the source or build16 [./pyvenv/bin/]meson test --suite qemu:softfloat38 -------------------------49 Different sub-types of "make check" tests will be explained below.55 .. _unit-tests:68 In QEMU, unit tests can be invoked with ``make check-unit``. They are76 1. Create a new source file. For example, ``tests/unit/foo-test.c``.86 is in ``tests/unit/foo-test.c``, it is enough to add an entry like::90 'foo-test': [],[all …]