diff options
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash index dbd3ddb6af..6eafc5f0c4 100755 --- a/src/run.bash +++ b/src/run.bash @@ -118,6 +118,7 @@ export GOTRACEBACK=2 go test -ldflags '-linkmode=auto' || exit 1 # linkmode=internal fails on dragonfly since errno is a TLS relocation. [ "$GOHOSTOS" == dragonfly ] || go test -ldflags '-linkmode=internal' || exit 1 +# TODO(austin): Add linux-ppc64(le) once external linking works (issue #8912) case "$GOHOSTOS-$GOARCH" in openbsd-386 | openbsd-amd64) # test linkmode=external, but __thread not supported, so skip testtls. |
