From 6dbc7d35243259474ff38029da08f7a726150d02 Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Fri, 7 Feb 2025 10:20:40 -0800 Subject: [PATCH] Gen files --- .semaphore/semaphore-scheduled-builds.yml | 4 ++++ .semaphore/semaphore.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.semaphore/semaphore-scheduled-builds.yml b/.semaphore/semaphore-scheduled-builds.yml index 786debfcf64..492a985c5d6 100644 --- a/.semaphore/semaphore-scheduled-builds.yml +++ b/.semaphore/semaphore-scheduled-builds.yml @@ -543,6 +543,10 @@ blocks: task: prologue: commands: + # The Makefile sometimes tries to rebuild the protobuf files on non-amd architectures + # even when they don't need to be. Touch the file to update the timestamp. We know + # they will be up-to-date due to preflight checks. + - touch goldmane/protobuf/api.pb.go - cd goldmane jobs: - name: make ci diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index ef031663bd8..9fe996ab630 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -543,6 +543,10 @@ blocks: task: prologue: commands: + # The Makefile sometimes tries to rebuild the protobuf files on non-amd architectures + # even when they don't need to be. Touch the file to update the timestamp. We know + # they will be up-to-date due to preflight checks. + - touch goldmane/protobuf/api.pb.go - cd goldmane jobs: - name: make ci