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
We currently test without the Go race detector enabled. That's because the Go race detector depends on cgo, and our cgo/musl integration currently doesn't work (as cgo calls our gcc wrapper from a nested directory within execroot, but our gcc wrapper / sysroot makes assumptions that we always run from the execroot).
There might also also be some other complications like the race detector not working with musl - that will have to be investigated.
We could also just enable the race detector for host go_test targets, and nothing else.
The text was updated successfully, but these errors were encountered:
We currently test without the Go race detector enabled. That's because the Go race detector depends on cgo, and our cgo/musl integration currently doesn't work (as cgo calls our gcc wrapper from a nested directory within execroot, but our gcc wrapper / sysroot makes assumptions that we always run from the execroot).
There might also also be some other complications like the race detector not working with musl - that will have to be investigated.
We could also just enable the race detector for host go_test targets, and nothing else.
The text was updated successfully, but these errors were encountered: