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

Windows support for contract compilation #47

Open
xermicus opened this issue Jan 30, 2025 · 2 comments
Open

Windows support for contract compilation #47

xermicus opened this issue Jan 30, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@xermicus
Copy link
Member

We need to compile all contracts on windows too to ensure consistent (reproducible) compiler artifacts across all supported platforms (which includes windows). However the current solution doesn't seem to be portable enough.

@bee344 bee344 added the enhancement New feature or request label Jan 31, 2025
@bee344
Copy link
Collaborator

bee344 commented Jan 31, 2025

What I'm thinking about is to have the usual tests run against linux, then as a separate test to have the artifacts built with binaries compiled for platforms to make sure they are consistent. I have to understand how the CI builds the binaries first and then I'll integrate it into the suite.

@xermicus
Copy link
Member Author

Yes the platform shouldn't really matter for test execution. What I'm interested in is reproducible compilation across supported platforms (linux, mac, win, Wasm).

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

No branches or pull requests

2 participants