Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 4 additions & 6 deletions libpulsar.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: libpulsar
version: "3.8.0"
epoch: 1
epoch: 2
description: Optimizer and compiler/toolchain library for WebAssembly
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -32,11 +32,9 @@ pipeline:
repository: https://github.com/apache/pulsar-client-cpp
tag: v${{package.version}}
expected-commit: 0f451b063b266cdd3bb4eafed0e5c00f5c82e4e4

# https://github.com/apache/pulsar-client-cpp/pull/527
- uses: patch
with:
patches: 0001-ProtobufNativeSchema-convert-abseil-string_view-to-s.patch
cherry-picks: |
# https://github.com/apache/pulsar-client-cpp/pull/527
main/adf3c7c0f76702246a9306fc60924984c2d9042e: ProtobufNativeSchema: convert abseil string_view to std::string (#527)

- uses: cmake/configure
with:
Expand Down

This file was deleted.

Loading