We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We disabled Windows build in #3799 due to zcash_script requiring MinGW, and rocksdb requiring rocksdb.
zcash_script
rocksdb
But we could build and test crates independently, with different targets. With that, we at least would have some testing on Windows
Re-enable Windows build
Change CI to build and test (on Windows):
zebra_script with MinGW
zebra_script
zebra_state with MSVC
zebra_state
Any crates that import only one of these two with the matching compiler
Any crates that import neither with both
Skip any crates that import both
The text was updated successfully, but these errors were encountered:
Hey team! Please add your planning poker estimate with ZenHub @gustavovalverde @conradoplg @dconnolly @teor2345
Sorry, something went wrong.
We'll probably just fix the Windows build.
No branches or pull requests
Motivation
We disabled Windows build in #3799 due to
zcash_script
requiring MinGW, androcksdb
requiringrocksdb
.But we could build and test crates independently, with different targets. With that, we at least would have some testing on Windows
Specifications
Designs
Re-enable Windows build
Change CI to build and test (on Windows):
zebra_script
with MinGWzebra_state
with MSVCAny crates that import only one of these two with the matching compiler
Any crates that import neither with both
Skip any crates that import both
Related Work
The text was updated successfully, but these errors were encountered: