-
Notifications
You must be signed in to change notification settings - Fork 795
Conversation
a84a3db
to
27fd2c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call - would've caught the Windows incompatibility on svm-rs earlier
f89d7f3
to
eb977bb
Compare
@@ -222,3 +222,53 @@ jobs: | |||
run: | | |||
export PATH=$HOME/bin:$PATH | |||
./scripts/examples.sh | |||
|
|||
windows-build: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth putting this in a different workflow file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
windows.yml?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but I'm a little hesitant to move this out, perhaps we can leverage all the geth, ganach stuff and unify everything in a matrix build with all vars etc, like I've attempted here foundry-rs/foundry#218
Blocked on alloy-rs/svm-rs#9 getting merged / new release |
eb977bb
to
de49986
Compare
Motivation
Build on windows targets in CI.
But only builds, for tests, need to figure out how to install ganache and geth on windows
Solution
PR Checklist