Commit 13194dc
committed
Tune the CI builds of protobuf
Build the explicit targets need instead of the default target (usually "all")
Add -j CPU count to the builds to build some things in parallel. Make doesn't
have a way to say scale to the CPU count, so look up the CPU count and
explicitly pass it. The agents on github seem to all be dual core, so this
should help a little.1 parent cf4e074 commit 13194dc
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
0 commit comments