Skip to content

Commit aaa4837

Browse files
authored
autoconf pin to 2.69
[email protected] pin is due to changes in autoconf 2.70, compat for which is fixed in htlslib here: `https://github.com/samtools/htslib/pull/1198` remove after updating to htslib>=1.12
1 parent b957bcd commit aaa4837

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/azure-linux_mac.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ steps:
3232
sudo make install
3333
popd
3434
else
35-
brew install bcftools gettext
35+
# [email protected] pin is due to changes in autoconf 2.70, compat for which is fixed
36+
# in htlslib here: https://github.com/samtools/htslib/pull/1198
37+
# remove after updating to htslib>=1.12
38+
brew install bcftools [email protected]
3639
fi
3740
3841
# Install autoconf/automake (required for htslib)

0 commit comments

Comments
 (0)