summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch
Commit message (Collapse)AuthorAgeFilesLines
* go-build: refresh to latest runX commitBruce Ashfield2020-09-161-10/+7
| | | | | | | | | | Updating the go-build recipe to use the latest runX commit and sync with the main recipe. We also no longer need runc and recvtty so they are dropped from the recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* go-build: fix build with new go-binary bootstrapped toolchainBruce Ashfield2020-08-071-0/+33
We need to be more explicity in our exports and use of 'go' to build properly with the new binary bootstrapped go toolchain. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>