Commit 44c17f5
committed
perf: optimize ARM64 QEMU build to fit within 6h GitHub Actions limit
- Add --without-npm --without-corepack to skip unnecessary components
- Reduce parallelism to -j2 for more stable QEMU execution
- Add step-level timeout-minutes for explicit control
GitHub Actions has a hard 6-hour limit for public repos.1 parent 99e8007 commit 44c17f5
File tree
1 file changed
+3
-2
lines changed- .github/workflows
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
114 | | - | |
115 | | - | |
| 115 | + | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
0 commit comments