Remove temporary GOPATH
creation for codegen and openapigen.
#8718
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Summary
Running
make generated
takes locally 15-20min, under the hood thesetup-temporary-gopath.sh
is called which uses the legacyGOPATH
configuration, creates a temporary directory and downloads all the dependencies every time once forcodegen
and once foropenaipgen
.Running
make generated
withoutsetup-temporary-gopath.sh
takes under 2min.Tasks
setup-temporary-gopath.sh
fromupdate-codegen.sh
andupdate-openapigen.sh
.The text was updated successfully, but these errors were encountered: