Commit 581a811
authored
chore(CI): Reduce the target size when build on GitHub actions (#2086)
The GitHub action runners for free plan is very limit, it's easy to exceed
the disk space.
This patch adds some build and link flags to reduce the target size to ensure
the actions can be completed without disk exhaust issues.
Now the release packge is reduced from about 2,600,468,480 bytes to 686,325,578
bytes, and the ASAN package can be built completly now.1 parent 097068d commit 581a811
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | 196 | | |
198 | | - | |
199 | 197 | | |
200 | 198 | | |
201 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
202 | 210 | | |
203 | 211 | | |
204 | 212 | | |
| |||
0 commit comments