Commit 5812879
fix: symlink gh to ghp instead of bundling separate binary (#1268)
The pre-seed utils bundle should have gh as a symlink to ghp rather than
a full copy of the gh CLI binary. ghp already delegates writes to the
system gh, so bundling a separate copy is redundant and doubles the size.
bin/ layout after this change:
aws -> ../aws-cli/v2/current/bin/aws
aws_completer -> ../aws-cli/v2/current/bin/aws_completer
gh -> ghp
ghp (binary)
Co-authored-by: pahud <pahud@users.noreply.github.com>1 parent 93c2709 commit 5812879
1 file changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 94 | + | |
98 | 95 | | |
99 | 96 | | |
100 | 97 | | |
| |||
116 | 113 | | |
117 | 114 | | |
118 | 115 | | |
119 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
| |||
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
164 | | - | |
| 163 | + | |
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
| |||
0 commit comments