Skip to content

Commit c312c77

Browse files
authored
Conan experiment with reduced defaults
1 parent 136379b commit c312c77

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

conanfile.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,9 @@ class UserverConan(ConanFile):
7171
'with_grpc_protovalidate': False,
7272
'with_phdr_cache': True,
7373
'mongo-c-driver/*:with_sasl': 'cyrus',
74-
'grpc/*:php_plugin': False,
75-
'grpc/*:node_plugin': False,
76-
'grpc/*:ruby_plugin': False,
77-
'grpc/*:csharp_plugin': False,
78-
'grpc/*:objective_c_plugin': False,
7974
'hiredis/*:with_ssl': True,
8075
'librdkafka/*:ssl': True,
81-
'librdkafka/*:curl': True,
8276
'librdkafka/*:sasl': True,
83-
'librdkafka/*:zlib': True,
84-
'librdkafka/*:zstd': True,
8577
're2/*:with_icu': True,
8678
}
8779

0 commit comments

Comments
 (0)