i'm trying to get clojure bindings built using `bu...
# spicedb
y
i'm trying to get clojure bindings built using
buf
. I've got
protoc-gen-clojure
built and on my $PATH, and i've verified that it works by compiling some
.proto
files using
protoc
. when I try to do
buf generate buf.build/authzed/api
with this
buf.gen.yaml
file:
Copy code
yaml
version: v1
plugins:
  - name: clojure
    out: src
i get
Failure: plugin clojure: fork/exec /Users/me/.local/bin/protoc-gen-clojure: exec format error
. any guidance on this one? does buf have a limited subset of supported
protoc
plugins?