Comment 23 for bug 1768627

Revision history for this message
Mario Limonciello (superm1) wrote :

This was built in docker? Or built locally? That's odd if in docker since CI ran the same test just fine.

One solution can be to turn off unit tests (locally add to the environment DEB_BUILD_OPTIONS=nocheck)
http://www.ducea.com/2008/12/07/deb_build_optionsnocheck/

To do this with docker you would pass the variable like this:
# docker run -e DEB_BUILD_OPTIONS=nocheck -t -v `pwd`:/build fwupd-ubuntu-x86_64