mushorg/glutton

ARM64 support broken for latest master

t3chn0m4g3 opened this issue · 4 comments

For the latest master ARM64 support is broken due to ...

# github.com/jart/gosip/dsp
../pkg/mod/github.com/jart/gosip@v0.0.0-20200629215808-4e7924e19438/dsp/dsp.go:22:6: missing function body
../pkg/mod/github.com/jart/gosip@v0.0.0-20200629215808-4e7924e19438/dsp/dsp.go:28:6: missing function body
../pkg/mod/github.com/jart/gosip@v0.0.0-20200629215808-4e7924e19438/dsp/dsp.go:31:6: missing function body

... an issue has been opened here, without a solution in sight.

Is there maybe an alternative in using another module with multiarch support?

The modules in question were introduced with 22dd73a.

I wonder if I could make that specific code optional with a build flag.

This has been resolved in the latest master

Thank you for tracking 🤩