You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works for ./polkadot/**/*.rs and ./cumulus/**/*.rs, but doesn't work for ./substrate/**/*.rs
We also see that node.js process doesn't even start, as the ExperimentalWarning doesn't show there.
Possibly, we're hitting some kind of argument amount limit, or command line size limit, as substrate glob matches much more files, in comparison to polkadot and cumulus
The text was updated successfully, but these errors were encountered:
example: https://github.com/paritytech/polkadot-sdk/actions/runs/13160144256/job/36726562373
Works for
./polkadot/**/*.rs
and./cumulus/**/*.rs
, but doesn't work for./substrate/**/*.rs
We also see that node.js process doesn't even start, as the
ExperimentalWarning
doesn't show there.Possibly, we're hitting some kind of argument amount limit, or command line size limit, as substrate glob matches much more files, in comparison to polkadot and cumulus
The text was updated successfully, but these errors were encountered: