Commit 9a40566
fix(docker): build with all 6 siblings via generated go.work
The Dockerfile only cloned eyrie and ran 'go mod download' before any
workspace existed — so it hit the frozen-proxy checksum SECURITY ERROR and
missed the other 5 siblings hawk now imports. Clone all 6 into external/ and
generate a go.work with replace directives (the committed go.work is excluded
by .dockerignore), then build without a pre-download. Verified the build
sequence locally produces the hawk binary.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent aaae441 commit 9a40566
1 file changed
Lines changed: 19 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
17 | 29 | | |
18 | 30 | | |
19 | 31 | | |
| |||
0 commit comments