Build Update for libvirt/libvirt
-------------------------------------
Build: #3164
Status: Still Failing
Duration: 37 mins and 43 secs
Commit: 9191380 (master)
Author: Jim Fehlig
Message: virt-aa-helper: Fix build by including virutil.h
Commit fb01e1a44d missed including virutil.h, causing the following
compilation error
../../src/security/virt-aa-helper.c:1055:43: error: implicit declaration of
function 'virHostGetDRMRenderNode' [-Werror=implicit-function-declaration]
1055 | char *defaultRenderNode = virHostGetDRMRenderNode();
Signed-off-by: Jim Fehlig <jfehlig(a)suse.com>
View the changeset:
https://github.com/libvirt/libvirt/compare/b11e8cccdd51...9191380db9ce
View the full build log and details:
https://travis-ci.org/libvirt/libvirt/builds/654670270?utm_medium=notific...
--
You can unsubscribe from build emails from the libvirt/libvirt repository going to
https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&....
Or unsubscribe from *all* email updating your settings at
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notifica....
Or configure specific recipients for build notifications in your .travis.yml file. See
https://docs.travis-ci.com/user/notifications.