Skip to content
New issue

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

checkptr: unsafe pointer conversion on go 1.14 #396

Closed
Wollac opened this issue Apr 30, 2020 · 0 comments · Fixed by #816
Closed

checkptr: unsafe pointer conversion on go 1.14 #396

Wollac opened this issue Apr 30, 2020 · 0 comments · Fixed by #816
Labels
blocked-by-dependency bug Something isn't working
Milestone

Comments

@Wollac
Copy link
Contributor

Wollac commented Apr 30, 2020

Bug description

When run with the -race flag in go 1.14 the compiler adds -d=checkptr as a compile-time option which fails for the packr dependency: gobuffalo/packr#261

To (temporarily) disable this check run: go build -race -gcflags=all=-d=checkptr=0

@Wollac Wollac added bug Something isn't working blocked-by-dependency labels Apr 30, 2020
@jonastheis jonastheis added this to the v0.3.1 milestone Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-by-dependency bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants