Skip to content

Commit 05f0660

Browse files
ianlancetaylorgopherbot
authored andcommitted
_content/doc/articles/race_detector: cgo requires a C compiler
Fixes golang/go#56937 Change-Id: Ia9aca2c8f57e5f5641f40712df00d932578d13a5 Reviewed-on: https://go-review.googlesource.com/c/website/+/453435 Reviewed-by: Bryan Mills <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent 5934f13 commit 05f0660

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_content/doc/articles/race_detector.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,9 @@ <h3 id="Unsynchronized_send_and_close_operations">Unsynchronized send and close
413413
<h2 id="Requirements">Requirements</h2>
414414

415415
<p>
416-
The race detector requires cgo to be enabled and supports
416+
The race detector requires cgo to be enabled, and on non-Darwin
417+
systems requires an installed C compiler.
418+
The race detector supports
417419
<code>linux/amd64</code>, <code>linux/ppc64le</code>,
418420
<code>linux/arm64</code>, <code>freebsd/amd64</code>,
419421
<code>netbsd/amd64</code>, <code>darwin/amd64</code>,

0 commit comments

Comments
 (0)