From 44e455eebae76bbfcbf4b4dbf4e7f1b9eecf751a Mon Sep 17 00:00:00 2001 From: JasonPowr <20076537@mail.wit.ie> Date: Wed, 20 Sep 2023 10:40:10 +0100 Subject: [PATCH] remove 0002-makefile.patch --- redhat/patches/0002-makefile.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 redhat/patches/0002-makefile.patch diff --git a/redhat/patches/0002-makefile.patch b/redhat/patches/0002-makefile.patch deleted file mode 100644 index 5f0c9cbea..000000000 --- a/redhat/patches/0002-makefile.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Makefile b/Makefile -index 9c2467b..4904ad9 100644 ---- a/Makefile -+++ b/Makefile -@@ -83,7 +83,7 @@ rekor-server: $(SRCS) - CGO_ENABLED=0 go build -trimpath -ldflags "$(SERVER_LDFLAGS)" -o rekor-server ./cmd/rekor-server - - backfill-redis: $(SRCS) -- CGO_ENABLED=0 go build -trimpath -ldflags "$(SERVER_LDFLAGS)" -o rekor-server ./cmd/backfill-redis -+ CGO_ENABLED=0 go build -trimpath -ldflags "$(SERVER_LDFLAGS)" -o backfill-redis ./cmd/backfill-redis - - test: - go test ./...