Skip to content

Commit

Permalink
Add zeromq version conflict in Conan Create CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Dec 5, 2023
1 parent 1575184 commit 64521b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def requirements(self):
if self.options.build_cxx_remote_service_admin:
self.requires("rapidjson/[>=1.1.0 <2.0.0]")
if self.options.build_pubsub_psa_zmq:
self.requires("zeromq/[>=4.3.5 <5.0.0]")
self.requires("zeromq/[>=4.3.4 <5.0.0]")
self.requires("czmq/4.2.0")
if self.options.build_http_admin or self.options.build_rsa_discovery_common \
or self.options.build_rsa_remote_service_admin_dfi:
Expand Down

0 comments on commit 64521b7

Please sign in to comment.