-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 Win32 binaries to the releases #138
Conversation
a4e9f1a
to
eb3e668
Compare
prefix=mipsel-openwrt-linux | ||
;; | ||
i686-pc-windows-gnu) | ||
prefix=i686-w64-mingw32 |
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.
I made a total guess at this so corrections welcome
You can have a look at rust-lang/rust#12859 why cross compilation to i686-pc-windows-gnu is problematic. |
If you're willing to resort to a bit of trickery, I believe that this can actually be made to work locally today! I hope that we'll soon add support in rustup for doing this through a more official manner, but in the meantime you basically just need to install our custom If you need any help with that just let me know! |
Could someone please let us know whether and when 32bit versions of geckodriver will be released? I see that there are techincal difficulties (sorry don't really understand them), but are these preventing aany more 32bit releases or is it being worked on? The last 32bit release for v0.8.0 does not appear to be compatible with FF 47 or 48. At present I'm in the situation where I'm in a corporate environment where we can't get 64bit test PCs, and we can't downgrade Firefox to a version that supports WebDriver (pre marionette). Since Firefox no longer supports WebDriver this means that we cannot currently run any tests with Firefox, and are having to rely on Chrome and IE. |
Yes, I'm going to investigate the solution proposed by @alexcrichton above, and if that doesn't work set up some other Windows build environment. |
Superseded by #213. |
This change is