Searched refs:__go_run_cmd (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_go.py | 575 def __go_run_cmd(self, cmd, cwd, d): member in GoRecipeHandler 580 stdout, _ = self.__go_run_cmd("go version", None, d) 593 self.__go_run_cmd("go mod tidy -go=%d.%d" % 595 stdout, _ = self.__go_run_cmd("go mod edit -json", srctree, d) 598 self.__go_run_cmd("git diff go.mod > %s" % (patchfilename), srctree, d) 600 self.__go_run_cmd("git checkout HEAD go.mod go.sum", srctree, d) 615 _, stderr = self.__go_run_cmd( 677 stdout, _ = self.__go_run_cmd("go mod edit -json", srctree, d)
|