openshift / openshift-velero-plugin

General Velero plugin for backup and restore of openshift workloads.
Apache License 2.0
47 stars 37 forks source link

github.com/proglottis/gpgme@v0.1.1 build error #134

Closed kaovilai closed 1 year ago

kaovilai commented 2 years ago

Running

git fetch upstream && git checkout upstream/master && go build velero-plugins/main.go

gives

HEAD is now at 18b2491 Fixing HPA not converting apiGroup for deploymentconfigs (#126)
# github.com/proglottis/gpgme
../../go/pkg/mod/github.com/proglottis/gpgme@v0.1.1/data.go:4:11: fatal error: 'gpgme.h' file not found
 #include <gpgme.h>
          ^~~~~~~~~
1 error generated.
kaovilai commented 2 years ago

make container not affected

openshift-bot commented 1 year ago

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

kaovilai commented 1 year ago

fixed in https://github.com/kaovilai/udistribution/commit/f7e54f27c30f6f76b2e994fcdbb4d7ce033dadb6 via https://github.com/openshift/openshift-velero-plugin/pull/151