summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Huth2021-04-01 12:25:30 +0200
committerAlex Bennée2021-04-06 16:04:50 +0200
commita2e5bbf0c407a572d9b687adaecf9995f66b4cd9 (patch)
tree4e3715de126a9496f94fbcec84c8f9d028a35f89 /.gitlab-ci.yml
parentgitlab-ci.yml: Fix the filtering for the git submodules (diff)
downloadqemu-a2e5bbf0c407a572d9b687adaecf9995f66b4cd9.tar.gz
qemu-a2e5bbf0c407a572d9b687adaecf9995f66b4cd9.tar.xz
qemu-a2e5bbf0c407a572d9b687adaecf9995f66b4cd9.zip
gitlab-ci.yml: Test the dtrace backend in one of the jobs
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 85b8e10b84..52d65d6c04 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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