-
This is not an issue with Yggdrasil per se, but more of a request for advice. It turns out that the option "UA_ENABLE_HISTORIZING" was not activated when building open62541_jll (see https://github.com/JuliaPackaging/Yggdrasil/blob/8269b2e1b013f1665f0904e012210ed8ec4bfa14/O/open62541/build_tarballs.jl), but it's a feature set that I (and probably others) would like to have available. I think I know how to adapt the build script, but my question is: What's the recommended procedure of doing this in terms of the version number in Yggdrasil? Is there a way to rebuild the current version (1.3.9) with these features enabled and replace the version without? Or to what number (or identifier) should I increase the version? Or do I have to wait until open62541.org releases a new version (1.4 is upcoming "soon", has RC1 out...) and at that time activate the feature set with the build flag? Any guidance from a regular maintainer of Yggdrasil would be appreciated. I don't just want to raise a rogue PR that messes things up. Better ask first, right?! :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That's what will happen if you don't change the version number. For a small build configuration change like that you probably don't need to change the version number. |
Beta Was this translation helpful? Give feedback.
That's what will happen if you don't change the version number. For a small build configuration change like that you probably don't need to change the version number.