We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525ce2e commit ab72331Copy full SHA for ab72331
internal/telemetry/dir.go
@@ -160,4 +160,5 @@ const DisabledOnPlatform = false ||
160
runtime.GOOS == "js" || // #60971
161
runtime.GOOS == "wasip1" || // #60971
162
runtime.GOOS == "plan9" || // https://github.com/golang/go/issues/57540#issuecomment-1470766639
163
- runtime.GOARCH == "mips" || runtime.GOARCH == "mipsle" // mips lacks cross-process 64-bit atomics
+ runtime.GOARCH == "mips" || runtime.GOARCH == "mipsle" || // mips lacks cross-process 64-bit atomics
164
+ runtime.GOOS == "zos" // zos is an unofficial port
0 commit comments