diff options
author | Thomas Huth | 2021-04-01 12:25:30 +0200 |
---|---|---|
committer | Alex Bennée | 2021-04-06 16:04:50 +0200 |
commit | a2e5bbf0c407a572d9b687adaecf9995f66b4cd9 (patch) | |
tree | 4e3715de126a9496f94fbcec84c8f9d028a35f89 /tests/docker | |
parent | gitlab-ci.yml: Fix the filtering for the git submodules (diff) | |
download | qemu-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 'tests/docker')
-rw-r--r-- | tests/docker/dockerfiles/centos8.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/dockerfiles/centos8.docker b/tests/docker/dockerfiles/centos8.docker index a763d55730..a8c6c528b0 100644 --- a/tests/docker/dockerfiles/centos8.docker +++ b/tests/docker/dockerfiles/centos8.docker @@ -29,6 +29,7 @@ ENV PACKAGES \ rdma-core-devel \ spice-glib-devel \ spice-server \ + systemtap-sdt-devel \ tar \ zlib-devel |