Merged
Conversation
The simples way to print time_t for 32bit and 64bit is to cast it to unsigned long long. We could also use the time_t helpers for generating a filename but that seems overkill for the example. Signed-off-by: Daniel Wagner <wagi@kernel.org>
7467193 to
6f94a1b
Compare
The version was pinned to 0.61.2 because there was an incompatibility between newer version of meson and mesonpep517. Signed-off-by: Daniel Wagner <wagi@kernel.org>
meson complains:
WARNING: Project specifies a minimum meson_version '>= 0.50.0' but uses features which were added in newer versions:
* 0.62.0: {'dep 'dl' custom lookup'}
Fixes: 3e293a1 ("tests: do not unconditionally depend on dlsym")
Signed-off-by: Daniel Wagner <wagi@kernel.org>
meson complains: ../meson.build:34: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build. The ci builds are using cross compiler, thus we need the c++ compiler in this scenario. Signed-off-by: Daniel Wagner <wagi@kernel.org>
The OpenSSL 1.1 branch has reached End Of Live in September 2023. It's time to rip out the support in upstream for this version of OpenSSL. That means TLS and authentication for the fabrics commands won't be supported anymore. The rest will continue to work. Signed-off-by: Daniel Wagner <wagi@kernel.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dropping support for OpenSSL 1 and some cleanups for meson.build.
Fixes: #906