From 2dc70fb08eeb8fb08a440bbd9de5d39f107de98d Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 10 Feb 2025 12:30:57 +0000 Subject: [PATCH] ci: add missing files to gen/mark-fresh --- .github/workflows/ci.yaml | 9 --------- Makefile | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 64059f413f5ad..7e1d811e08185 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -961,15 +961,6 @@ jobs: - name: Setup Go uses: ./.github/actions/setup-go - # Needed to build dylibs. - - name: go install tools - run: | - go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30 - go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.34 - go install golang.org/x/tools/cmd/goimports@latest - go install github.com/mikefarah/yq/v4@v4.44.3 - go install go.uber.org/mock/mockgen@v0.5.0 - - name: Install rcodesign if: ${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }} run: | diff --git a/Makefile b/Makefile index fe553324cd339..b69e164317f8d 100644 --- a/Makefile +++ b/Makefile @@ -599,6 +599,7 @@ gen/mark-fresh: examples/examples.gen.json \ $(TAILNETTEST_MOCKS) \ coderd/database/pubsub/psmock/psmock.go \ + agent/agentcontainers/acmock/acmock.go \ " for file in $$files; do