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
Since bc74a81 (1.3.2) the following test fails on Aarch64 on Fedora Linx Rawhide with go 1.16.4:
Testing in: /builddir/build/BUILD/panicwrap-1.3.2/_build/src PATH: /builddir/build/BUILD/panicwrap-1.3.2/_build/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin GOPATH: /builddir/build/BUILD/panicwrap-1.3.2/_build:/usr/share/gocode GO111MODULE: off command: go test -buildmode pie -compiler gc -ldflags " -X github.com/bugsnag/panicwrap/version=1.3.2 -extldflags '-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" testing: github.com/bugsnag/panicwrap github.com/bugsnag/panicwrap # github.com/bugsnag/panicwrap [github.com/bugsnag/panicwrap.test] ./dup2.go:10:9: undefined: syscall.Dup2 ./dup3.go:9:6: dup2 redeclared in this block previous declaration at ./dup2.go:9:29 FAIL github.com/bugsnag/panicwrap [build failed]
The text was updated successfully, but these errors were encountered:
Thanks for raising this, and the related PR. We'll take a look into this to work out the best way forwards 🙏
Sorry, something went wrong.
826a46b
Successfully merging a pull request may close this issue.
Since bc74a81 (1.3.2)
the following test fails on Aarch64 on Fedora Linx Rawhide with go 1.16.4:
The text was updated successfully, but these errors were encountered: