]> git.proxmox.com Git - mirror_qemu.git/commitdiff
gitlab-ci.yml: Test the dtrace backend in one of the jobs
authorThomas Huth <thuth@redhat.com>
Thu, 1 Apr 2021 10:25:30 +0000 (11:25 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 6 Apr 2021 14:04:50 +0000 (15:04 +0100)
We are using the dtrace backend in downstream RHEL, so testing this
in the CentOS 8 task seems to be a good fit.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20210331160351.3071279-1-thuth@redhat.com>
Message-Id: <20210401102530.12030-12-alex.bennee@linaro.org>

.gitlab-ci.yml
tests/docker/dockerfiles/centos8.docker

index 85b8e10b8416e6cfed2e7cc3f24a91854e5e034e..52d65d6c04fca4e32f80126565c3de4678933e82 100644 (file)
@@ -223,7 +223,7 @@ build-system-centos:
   variables:
     IMAGE: centos8
     CONFIGURE_ARGS: --disable-nettle --enable-gcrypt --enable-fdt=system
-                    --enable-modules
+                    --enable-modules --enable-trace-backends=dtrace
     TARGETS: ppc64-softmmu or1k-softmmu s390x-softmmu
       x86_64-softmmu rx-softmmu sh4-softmmu nios2-softmmu
     MAKE_CHECK_ARGS: check-build
index a763d557305a135e46a0ce798e021f6e626a4d45..a8c6c528b043d047cae02f681c64cb914ba282ed 100644 (file)
@@ -29,6 +29,7 @@ ENV PACKAGES \
     rdma-core-devel \
     spice-glib-devel \
     spice-server \
+    systemtap-sdt-devel \
     tar \
     zlib-devel