-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Add Windows support for the Makefile #536
Comments
This bug is back:
|
Can be this resolved permanently if we add building the SDK as a CircleCI job? |
Building the SDK should not rely on the CI. Every dev should be able to build the SDK no matter the OS. |
what happened to Bash for Windows? It came out a couple years go, should be stable by now? Why not require it as a pre-req ? |
I thought we made the choice not to support windows? >;-) |
where was that choice documented?, and if it wasn't then it should be added to README that windows isn't supported |
If we want to support Windows, can we add Windows to the CI (that doesn't mean relying on the CI, just using CI to ensure we don't accidentally break Windows builds)? cc @greg-szabo |
We need to support windows for the sake of the UI. I'm pretty confident that the UI will be used on Windows by a lot of people and the UI is dependent on gaiad. Ergo Windows build is necessary. Edit: it might require a parallel target for |
|
I think we should have a Windows and Mac (maybe not as everyone is using Macs anyway) environment test on CI to be sure we don't break anything. |
We are developing a CI/CD system to build and sign binaries for launch. This will include Windows output. We are tracking that work with the SRE team. Closing this issue. |
* Problem: redundant mutex for InsertWithGasWanted cfg of PriorityNonceMempool remains unchanged once assigned, so no lock is required * make mocks * cleanup * keep order of check MaxTx
* Problem: redundant mutex for InsertWithGasWanted cfg of PriorityNonceMempool remains unchanged once assigned, so no lock is required * make mocks * cleanup * keep order of check MaxTx
* Problem: redundant mutex for InsertWithGasWanted cfg of PriorityNonceMempool remains unchanged once assigned, so no lock is required * make mocks * cleanup * keep order of check MaxTx
* Problem: redundant mutex for InsertWithGasWanted cfg of PriorityNonceMempool remains unchanged once assigned, so no lock is required * make mocks * cleanup * keep order of check MaxTx
* Problem: redundant mutex for InsertWithGasWanted cfg of PriorityNonceMempool remains unchanged once assigned, so no lock is required * make mocks * cleanup * keep order of check MaxTx
Commit: 9d1b348
git rev-parse --short HEAD
does not work on Windowsrm -rf
does not work on WindowsThe text was updated successfully, but these errors were encountered: