Bump yaml-cpp to v0.8.0#857
Conversation
yaml-cpp release 0.8.0 is not yaml-cpp-0.8.0 https://github.com/jbeder/yaml-cpp/tags
WalkthroughThis pull request updates the Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (10)
🔇 Additional comments (3)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
e54de2e to
afee971
Compare
Signed-off-by: Elazar Gershuni <elazarg@gmail.com>
|
@Alan-Jowett is this a good solution? |
Looks good to me. |
yaml-cpp release 0.8.0 is not yaml-cpp-0.8.0: https://github.com/jbeder/yaml-cpp/tags. The support for CMake3.4 does not play well with our configuration, so
-DCMAKE_POLICY_VERSION_MINIMUM=3.14target_compile_definitions(ebpfverifier PRIVATE YAML_CPP_STATIC_DEFINE)There's a pending PR regarding removal of CMake 3.4:
jbeder/yaml-cpp#1351