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

chore(general): add basic CI workflow for Windows #613

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

zerosnacks
Copy link
Member

@zerosnacks zerosnacks commented Apr 29, 2024

Motivation

Related PR in alloy: alloy-rs/alloy#642
Continues from #610

Solution

Implements windows-latest as test target whilst maintaining the current configuration.

For now disables the running of the abigen UI tests due to underlying differences in output not handled by trybuild

See run example: https://github.com/zerosnacks/core/actions/runs/8878272887

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

Notes

use 1.76, attempt to run all flags

Update ci.yml

Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>

revert update to 1.76, use 1.65. no need to use nextest here

use conditional compilation based on keccak-asm support table with tiny_keccak fallback

handle conditional use of asm-keccak based on support table

update workflow, make sure to define OS for mrsv

avoid conditonal compilation in code, handle in TOML

instead of conditonal compilation restrict test targets to known good features

reshape matrix

fix nesting

disable other tasks for now

fix naming

use os.flags

attempt fix

fix

debug

define os

attempt test fix for windows

avoid running abigen ui on windows

compile, just ignore

readd rest of config

fix formatting
Copy link
Member

@onbjerg onbjerg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@onbjerg onbjerg added the enhancement New feature or request label Apr 29, 2024
@DaniPopes DaniPopes merged commit a697c4a into alloy-rs:main Apr 29, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants