Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Drop MSVC 32-bit support #973

Merged
merged 1 commit into from
Aug 15, 2024
Merged

ci: Drop MSVC 32-bit support #973

merged 1 commit into from
Aug 15, 2024

Conversation

chfast
Copy link
Member

@chfast chfast commented Aug 14, 2024

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.

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.
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #973   +/-   ##
=======================================
  Coverage   94.29%   94.29%           
=======================================
  Files         143      143           
  Lines       16145    16145           
=======================================
  Hits        15224    15224           
  Misses        921      921           
Flag Coverage Δ
eof_execution_spec_tests 16.63% <ø> (ø)
ethereum_tests 26.90% <ø> (ø)
ethereum_tests_silkpre 18.67% <ø> (ø)
execution_spec_tests 17.71% <ø> (ø)
unittests 89.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@chfast chfast merged commit b1f68a3 into master Aug 15, 2024
25 checks passed
@chfast chfast deleted the ci/msvc32bit branch August 15, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants