Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions yaml-cpp.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <cstdint>
expected-commit: 56e3bb550c91fd7005566f19c079cb7a503223cf
tag: yaml-cpp-${{package.version}}

- uses: cmake/configure
with:
Expand Down