We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ubuntu-report has an indirect dependency on an outdated version of x/sys which does not support riscv64:
github.com/ubuntu/ubuntu-report github.com/sirupsen/logrus@v1.4.1 github.com/sirupsen/logrus@v1.4.1 golang.org/x/sys@v0.0.0-20180905080454-ebe1bf3edb33
This leads to a build error for riscv64 impish:
../../../vendor/golang.org/x/sys/unix/affinity_linux.go:13:20: undefined: _CPU_SETSIZE ../../../vendor/golang.org/x/sys/unix/affinity_linux.go:13:35: undefined: _NCPUBITS ../../../vendor/golang.org/x/sys/unix/affinity_linux.go:16:25: undefined: cpuMask
Please, adjust the dependencies.
Best regards
Heinrich
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ubuntu-report has an indirect dependency on an outdated version of x/sys which does not support riscv64:
This leads to a build error for riscv64 impish:
Please, adjust the dependencies.
Best regards
Heinrich
The text was updated successfully, but these errors were encountered: