Prioridad: el worker VPS nunca idle. Import de 108 candidatos Go nuevos (listas fuel-go menos el corpus); 2 olas → 51 recetas importadas (yield ~47%), pusheadas a la cola incoming-go del VPS. El worker las está moliendo (load ~17). Incluye proyectos Go grandes (dolt/etcd/dagger/crane/gitlab-runner/forgejo) que vendorean cientos de deps ⇒ builds largos. Crudas de nixpkgs (tag sin pin, algún misimport Python que falla inocuo); la cosecha promueve sólo las que sellan + pasan smoke. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
12 lines
456 B
Diff
12 lines
456 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -214,7 +214,7 @@
|
|
build-ui: ## Build UI
|
|
(cd web/; pnpm install --frozen-lockfile; pnpm build)
|
|
|
|
-build-server: build-ui generate-openapi ## Build server
|
|
+build-server: ## Build server
|
|
CGO_ENABLED=${CGO_ENABLED} GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -tags '$(TAGS)' -ldflags '${LDFLAGS}' -o ${DIST_DIR}/woodpecker-server${BIN_SUFFIX} go.woodpecker-ci.org/woodpecker/v3/cmd/server
|
|
|
|
build-agent: ## Build agent
|