This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Commit 6972b5d
Update to 1.61.0 in fbcode and xplat (2nd attempt)
Summary:
This diff consists of `hg backout D37023453 (https://github.com/facebookincubator/gazebo_lint/commit/63bb3ebe9b297130c8277dbd543989d2652cf51e)` ({D37023453 (63bb3eb)}) + `tp2_update_fbcode rust` to pick up {D37030185}.
See summary of D37030185 for a description of the regression in the first 1.61.0 upgrade. In brief, rustc switching from `num_cpus` to `available_parallelism` resulted in misidentifying the number of available CPUs in some environments including Remote Execution, resulting in enormously increased memory usage and failing builds. I simply reverted that to go back to `num_cpus`, same as what was used in all prior Rust versions.
Reviewed By: zertosh, diliop
Differential Revision: D37036063
fbshipit-source-id: 9520b93b07620fbb35ab7902b8975be9ac329a111 parent 63bb3eb commit 6972b5d
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| |||
0 commit comments