Commit 174375d
authored
fix(oxfmt,oxlint): disable mimalloc for 32-bit Arm targets (#17473)
This makes the condition for enabling mimalloc the same across the
entire codebase. The condition for enabling mimalloc dependency was the
same across all the projects, but wasn't the same when actually enabling
it.
~Not sure if removing the miri condition is fine. But if we are
rewriting this, let's just do this as well and test it on CI~ (miri
condition added back after maintainer request)1 parent 435e955 commit 174375d
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
0 commit comments