Skip to content

Commit

Permalink
community/go: add reference to issue regarding cgo_test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmeum committed Jun 3, 2020
1 parent 3e8f3d1 commit b3b8573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/go/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ build() {

check() {
cd "$builddir/src"
# TODO: `../misc/cgo/test` hangs for some reason, investigate.
# TODO: `../misc/cgo/test` hangs <https://github.com/golang/go/issues/39343>
PATH="$builddir/bin:$PATH" ./run.bash -no-rebuild -run='!(^cgo_test$)'
}

Expand Down

1 comment on commit b3b8573

@GeorgeTsilias
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've opened a CL for this. Fingers crossed
https://go-review.googlesource.com/c/go/+/236518

Please sign in to comment.