Skip to content

Commit 5a25aed

Browse files
committed
Cirrus CI: Add the binutils-dev package, Linux task
It is needed to build with --enable-instrument-functions (make releasecheck).
1 parent 778e4bf commit 5a25aed

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
@@ -38,7 +38,7 @@ linux_task:
3838
script:
3939
- apt-get -qy update >/dev/null
4040
- apt-get -qy install autoconf make gcc libpcap-dev >/dev/null # for "./configure"
41-
- apt-get -qy install cmake git >/dev/null # for "make releasecheck"
41+
- apt-get -qy install cmake git binutils-dev >/dev/null # for "make releasecheck"
4242
- apt-get -qy install shellcheck >/dev/null
4343
- ./autogen.sh
4444
- ./configure --quiet # build the Makefile

0 commit comments

Comments
 (0)