- tests-evm.yml: Use paritytech repositories for external test tools
(revive, revive-differential-tests, evm-test-suite are external
dependencies, not part of Pezkuwi SDK rebrand)
- check-getting-started.yml: Add HOME=/root for container jobs
(fixes rustup HOME directory mismatch error)
The serde fork has issues with -Z build-std=core,alloc on wasm32-unknown-unknown.
Adding wasm32v1-none target allows the build to proceed without build-std flag.