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

Kovri: fix environment for Win/MinGW builds #2

Closed
anonimal opened this issue Nov 6, 2016 · 2 comments
Closed

Kovri: fix environment for Win/MinGW builds #2

anonimal opened this issue Nov 6, 2016 · 2 comments

Comments

@anonimal
Copy link
Contributor

anonimal commented Nov 6, 2016

Effects monero-project/kovri#431, build logs here and here. A fix is currently in-progress, ticketing for housekeeping.

@danrmiller
Copy link
Contributor

I added env={'MSYSTEM': "MINGW32"} and env={'MSYSTEM': "MINGW64"} to the respective build factories and run the make command via the mingw bash shell. Mingw32 and mingw64 builds now compile but fail on tests. See
https://build.getmonero.org/builders/kovri-all-win32/builds/12 and
https://build.getmonero.org/builders/kovri-all-win64/builds/23

I opened issue #5 to enable tracking these build config changes.

@anonimal
Copy link
Contributor Author

anonimal commented Nov 7, 2016

I've pushed a fix for tests (not related to environment). Everything looks great so far 👍 🍻 I'll reopen this issue if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants