Skip to content

Commit 57f89fe

Browse files
authored
Merge pull request #61 from halfline/fix-container-build
container: Add stub patch to fix build
2 parents 60d1fdd + 38b0f9f commit 57f89fe

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
From rhel-packaging-agent Wed Jul 30 00:00:00 2025
2+
From: RHEL Packaging Agent <[email protected]>
3+
Date: Wed, 30 Jul 2025 00:00:00 +0000
4+
Subject: [PATCH] Placeholder for custom Goose changes
5+
6+
This is a placeholder patch used to prevent build errors if no custom
7+
patches are placed in goose-container/.
8+
9+
It can be overwritten locally to make changes to the goose source tree
10+
when running `make debug-build`, or additional patches can be placed in
11+
goose-container/ using the .patch extension. They will be applied
12+
automatically by `git am`.
13+
14+
To create a patch from a goose checkout, run:
15+
16+
git format-patch -1 -o /path/to/ai-workflows/goose-container
17+
18+
This file does not change any code and is safe to leave in place.
19+

goose-container/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN git config --global user.email "[email protected]" \
9494

9595
RUN cargo build --release -p goose-cli
9696

97-
RUN git am patches/*.patch \
97+
RUN git am --empty=drop patches/*.patch \
9898
&& cargo build --release -p goose-cli
9999

100100
#

0 commit comments

Comments
 (0)