This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch hotfix/ci-conan
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/hotfix/ci-conan by this push:
new 64521b71 Add zeromq version conflict in Conan Create CI.
64521b71 is described below
commit 64521b716d70da0f07e05a43c27c48917899394d
Author: PengZheng <[email protected]>
AuthorDate: Tue Dec 5 13:58:21 2023 +0800
Add zeromq version conflict in Conan Create CI.
---
conanfile.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conanfile.py b/conanfile.py
index 661aee66..75c9b1ba 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -381,7 +381,7 @@ class CelixConan(ConanFile):
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: