Skip to content

Commit 05eeef1

Browse files
committed
Cirrus CI: Add the "file" package in coverity_task
This should avoid: [ERROR] Cannot find '/usr/bin/file' command, and no 'file' command is found in the PATH Coverity Capture uses this tool to identify the file type of executables. Please ensure '/usr/bin/file' is available, or add the 'file' utility to your PATH.
1 parent 07a04df commit 05eeef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ coverity_task:
8080
- apt-get -qy update >/dev/null
8181
- apt-get -qy install autoconf make gcc >/dev/null
8282
- apt-get -qy install libssl-dev libsmi2-dev libcap-ng-dev libpcap-dev binutils-dev >/dev/null
83-
- apt-get -qy install git curl wget ruby rubygems ruby-json >/dev/null # for the coverity script
83+
- apt-get -qy install git curl wget ruby rubygems ruby-json file >/dev/null # for the coverity script
8484
- apt list --installed 'lib*-dev'
8585
- ./autogen.sh
8686
- ./.ci-coverity-scan-build.sh

0 commit comments

Comments
 (0)