You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thepackr
dependency: gobuffalo/packr#261To (temporarily) disable this check run:
go build -race -gcflags=all=-d=checkptr=0
The text was updated successfully, but these errors were encountered: