Commit d373503
committed
ci: Workaround for LTO error
The following error sometimes occurs during the build process:
"error: failed to get bitcode from object file for LTO (could not
find requested section)".
This issue is often observed when building with multiple parallel
jobs. As a temporary workaround, the number of parallel jobs has
been reduced to mitigate the error.
Signed-off-by: Yuan Zhuang <yuanz@apache.org>1 parent caddfdc commit d373503
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments