yetitwo
05/16/2022, 5:26 PMbuf. 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:
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?