On Sun, Aug 14 2022 at 03:36:30 AM +08:00:00 +08:00:00, Shengjing Zhu
<[email protected]> wrote:
On Sun, Aug 14, 2022 at 3:30 AM Pirate Praveen
<[email protected]> wrote:
Hi,
gitaly 15.2.2 is failing at dh_golang stage. gitaly 15.1.4 was built
fine a few days back and I don't understand why this is failing
here.
dh_installdeb -O--buildsystem=golang
-O--package=golang-gitlab-gitlab-org-gitaly-dev
-O--builddirectory=_build
dh_golang -O--buildsystem=golang
-O--package=golang-gitlab-gitlab-org-gitaly-dev
-O--builddirectory=_build
_build/src/gitlab.com/gitlab-org/gitaly/v15/packed_binaries.go:14:58:
pattern _build/bin/gitaly-git2go-v15: no matching files found
packed_binaries.go:14:12: pattern _build/bin/gitaly-hooks: no
matching
files found
packed_binaries.go uses go:embed[1] feature, which means every file
listed at go:embed line should be available before running `go`
command on that file.
Thanks to Nilesh, this is now fixed.
[1] , https://pkg.go.dev/embed
--
Shengjing Zhu