Commit 2ab1741
committed
fix: resolve cargo-fuzz rustix breakage and babel cache conflict
- Install cargo-fuzz from git main instead of crates.io: v0.13.1 is the
latest release and still pins rustix-0.36.5, which nightly Rust now
rejects because it uses rustc_layout_scalar_valid_range_* attributes
inside cfg_attr — the git version has updated its cargo dependency
to one that uses rustix 0.38.x where those attributes were removed
- Fix babel.config.js: api.cache(true) locks caching to forever mode
and api.env() then throws "Caching has already been configured with
.never or .forever()". Replace api.env('production') with a direct
process.env.NODE_ENV read which bypasses Babel's cache API entirely1 parent b6b32a6 commit 2ab1741
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments