()
| 798 | } |
| 799 | |
| 800 | func rebuildAssets() { |
| 801 | os.Setenv("SOURCE_DATE_EPOCH", fmt.Sprint(buildStamp())) |
| 802 | runPrint(goCmd, "generate", "github.com/syncthing/syncthing/lib/api/auto", "github.com/syncthing/syncthing/cmd/infra/strelaypoolsrv/auto") |
| 803 | } |
| 804 | |
| 805 | func lazyRebuildAssets() { |
| 806 | shouldRebuild := shouldRebuildAssets("lib/api/auto/gui.files.go", "gui") || |
no test coverage detected