-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package/open62541: bump to v1.3.4 #14537
Package/open62541: bump to v1.3.4 #14537
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 9fd244eopen62541/1.0.3
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 8bce2b2open62541/1.3.1
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There's a long queue but c3i is working |
This comment has been minimized.
This comment has been minimized.
It's working on windows now 🤞 |
Conan v1 pipeline ✔️All green in build 26 (
Conan v2 pipeline (informative, not required for merge) ❌
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future. See details:Failure in build 25 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
* remove dead code * add v1.3.4 version * add v1.2.6 version * fix #KB-H041: "NO FINAL ENDLINE" * refactor old test_package into test_v1_package * add test_package for v2 * refactor test_package name to be more consistent with other conan packages * remove wrong executable declaration * include open62541Macros module * fix target name * use CMakeToolchain to set tools and nodeset dirs * include missing threads package * retrigger pipeline * retrigger pipeline * refactor recipe to be compatible with conan v2.x release * use v2 auto include instead of explicit include * use v2 conf_info value for tools_dir * append to builddirs, instead of assigning * remove base_path from patches * fix E9010 error. Old import is deprecated in Conan v2. * retrigger pipeline * add generator specifiers for build_modules field Co-authored-by: SpaceIm <[email protected]> * reuse test_package data for v1 test * remove VirtualBuildEnv * apply code formatting * honor cmake BUILD_SHARED_LIBS policy Signed-off-by: Dovydas Girdvainis <[email protected]> * bump dependencies * add open62541 to tools_dir definition for v2 * remove unused mkdir import * remove superfluous new line * add new patch fields * use self.ref instead of explicit calls to self.name and self.version * remove export_sources * split v1_3_x patch into version specific patches, fix OpenSSL variable * add patches for v1.2.6 * fix OpenSSL cmake variable for v1.2.x patch * rollback openssl to v1.1.1* * fix 1_1_x OpenSSL target name * rollback mbedtls to latest supported version * fix MbedTLS target for patch v1_0_x * retriger pipeline * Update recipes/open62541/all/test_package/conanfile.py sanitize open62541_TOOLS_DIR variable path for windows systems Co-authored-by: SpaceIm <[email protected]> * fix E9013 hook error * sanitize open62541_NODESET_DIR variable path * add missing escape char for \ * sanitize conan v1 tools_dir path for windows systems * sanitize conan v2 tools_dir path for windows systems * remove conan v2 open62541:tools_dir path sanitization for windows systems * add explanation for ua-nodeset nodeset_dir path sanitization * retriger pipeline --------- Signed-off-by: Dovydas Girdvainis <[email protected]> Co-authored-by: SpaceIm <[email protected]>
Specify library name and version: open62541/1.3.4
bumps the open62541 version to v1.3.4 as requested in #14536 and cleans up some dead code