Skip to content

Commit 99a0328

Browse files
authored
[CI] disable bzip2 in conan builds (#3352)
1 parent b6908f0 commit 99a0328

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/conan/conanfile_latest.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ abseil/*:fPIC=True
2626
abseil/*:shared=False
2727
opentracing-cpp/*:fPIC=True
2828
opentracing-cpp/*:shared=True
29+
pcre2/*:with_bzip2=False
2930

3031
[test_requires]
3132
gtest/1.16.0

install/conan/conanfile_stable.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ abseil/*:fPIC=True
2626
abseil/*:shared=False
2727
opentracing-cpp/*:fPIC=True
2828
opentracing-cpp/*:shared=True
29+
pcre2/*:with_bzip2=False
2930

3031
[test_requires]
3132
gtest/1.14.0

0 commit comments

Comments
 (0)