ethereum / evmone

Fast Ethereum Virtual Machine implementation
Apache License 2.0
865 stars 287 forks source link

ci: Drop MSVC 32-bit support #973

Closed chfast closed 3 months ago

chfast commented 3 months ago

Drop build and support for MSVC 32-bit x86 architecture. "This platform is almost extinct".

We continue to have some other 32-bit builds (GCC x86 and riscv32) to check pointer size and size_t correctness.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.29%. Comparing base (4094b81) to head (3fbf48b). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #973 +/- ## ======================================= Coverage 94.29% 94.29% ======================================= Files 143 143 Lines 16145 16145 ======================================= Hits 15224 15224 Misses 921 921 ``` | [Flag](https://app.codecov.io/gh/ethereum/evmone/pull/973/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | Coverage Δ | | |---|---|---| | [eof_execution_spec_tests](https://app.codecov.io/gh/ethereum/evmone/pull/973/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `16.63% <ø> (ø)` | | | [ethereum_tests](https://app.codecov.io/gh/ethereum/evmone/pull/973/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `26.90% <ø> (ø)` | | | [ethereum_tests_silkpre](https://app.codecov.io/gh/ethereum/evmone/pull/973/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `18.67% <ø> (ø)` | | | [execution_spec_tests](https://app.codecov.io/gh/ethereum/evmone/pull/973/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `17.71% <ø> (ø)` | | | [unittests](https://app.codecov.io/gh/ethereum/evmone/pull/973/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `89.73% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum#carryforward-flags-in-the-pull-request-comment) to find out more.