Homebrew bottle
#20633
Replies: 1 comment
|
cc @nicoloboschi I remember that you prepare this formula? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm trying to update the HomeBrew apache-pulsar formula to 3.0.0 https://github.com/Homebrew/homebrew-core/pull/133460/files, Pulsar cli arguments seem to have changed since 2.10.3
2.10.3
standalone was using bin/"pulsar", "standalone", "--zookeeper-dir", "#{testpath}/zk", " --bookkeeper-dir", "#{testpath}/bk" and
for tests #{bin}/pulsar initialize-cluster-metadata -c a -cs localhost -uw localhost -zk localhost
I've changed for 3.0.0
standalone bin/"pulsar", "standalone", "--metadata-dir", "#{testpath}/metadata", " --bookkeeper-dir", "#{testpath}/bk" but the initialize-cluster-metadata is failing https://github.com/Homebrew/homebrew-core/actions/runs/5265568983/jobs/9518538264?pr=133460
Any ideas?
All reactions