Commit e2b6482
fix: remove leftover SQUID_INTERCEPT_PORT references (#548)
* fix: ensure .copilot directory permissions before Copilot CLI install
The Copilot CLI verification step tries to create
/home/runner/.copilot/pkg/ which fails with EACCES if the directory
was previously created with root ownership (e.g., by sudo -E awf
during chroot version tests).
Add a step to create .copilot with correct runner ownership before
the Copilot CLI install in both the .md source and lock file.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: remove leftover SQUID_INTERCEPT_PORT references from revert
The intercept mode revert (#541) missed 3 references to
SQUID_INTERCEPT_PORT in docker-manager.ts: the constant definition,
the port mapping on the Squid container, and the env var passed to
the agent container. Squid no longer listens on port 3129, so these
are dead code.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 77735c9 commit e2b6482
3 files changed
Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
156 | 160 | | |
157 | 161 | | |
158 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
273 | 272 | | |
274 | 273 | | |
275 | 274 | | |
276 | | - | |
| 275 | + | |
277 | 276 | | |
278 | 277 | | |
279 | 278 | | |
| |||
329 | 328 | | |
330 | 329 | | |
331 | 330 | | |
332 | | - | |
333 | 331 | | |
334 | 332 | | |
335 | 333 | | |
| |||
0 commit comments