alloy-rs / core

High-performance, well-tested & documented core libraries for Ethereum, in Rust
https://alloy.rs
Apache License 2.0
763 stars 137 forks source link

chore(general): add CI workflow for Windows #610

Closed zerosnacks closed 4 months ago

zerosnacks commented 4 months ago

Work in progress

Motivation

Related PR in alloy: https://github.com/alloy-rs/alloy/pull/642

Solution

Implements windows-latest as test target.

PR Checklist

Notes

Appears that MSVC is explictly not supported: https://github.com/DaniPopes/keccak-asm/tree/master?tab=readme-ov-file#support

zerosnacks commented 4 months ago

Reopening once I've fixed the build issues in my fork