Commit 93b8b8b
committed
Use self-hosted runner for ESP-Matter builds
Workflow:
- Switch esp-matter-build job to self-hosted runner
- Use [self-hosted, ubuntu-latest] for runner selection
- Prevents 'No space left on device' errors on GitHub-hosted runners
- ESP-Matter builds require ~50GB+ due to large submodule tree
Documentation:
- Add 'Self-Hosted Runners' section to github-actions-standards.mdc
- Document when to use self-hosted runners (large submodules, disk space)
- Document runner requirements (Docker, Buildx, 50GB+ free space)1 parent 46e3193 commit 93b8b8b
File tree
2 files changed
+22
-1
lines changed- .cursor/rules
- .github/workflows
2 files changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
201 | 222 | | |
202 | 223 | | |
203 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments