From 3bc34f9093c46ad6b803a47672d75e6106591a0c Mon Sep 17 00:00:00 2001 From: Ritish Srivastava <121374890+Ritish134@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:53:02 +0530 Subject: [PATCH] yaml-cpp: Bump to 0.9.0 (removes cherry-pick TODO) Signed-off-by: Ritish Srivastava <121374890+Ritish134@users.noreply.github.com> --- yaml-cpp.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/yaml-cpp.yaml b/yaml-cpp.yaml index 7649a1408555..76ec12809d73 100644 --- a/yaml-cpp.yaml +++ b/yaml-cpp.yaml @@ -1,7 +1,7 @@ package: name: yaml-cpp - version: 0.8.0 - epoch: 10 + version: 0.9.0 + epoch: 0 description: "yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec." copyright: - license: MIT @@ -19,12 +19,8 @@ pipeline: - uses: git-checkout with: repository: https://github.com/jbeder/yaml-cpp - expected-commit: f7320141120f720aecc4c32be25586e7da9eb978 - tag: ${{package.version}} - # cherrypick this fix from upstream to fix build error with gcc 15 - # TODO: remove when upstream cut a new release - cherry-picks: | - master/7b469b4220f96fb3d036cf68cd7bd30bd39e61d2: emitterutils: Explicitly include + expected-commit: 56e3bb550c91fd7005566f19c079cb7a503223cf + tag: yaml-cpp-${{package.version}} - uses: cmake/configure with: