-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update continuous-integration.md #215
Conversation
We were missing x264 from our testing environment and that caused Cypress to hang at processing the video
|
Hi @anned20. Thanks for contributing! Could you sign our CLA before we accept your contribution? |
@bahmutov do we install |
No we don't and @anned20 what is your testing environment? |
Sorry, I fucked up. I thought that fixed it, but it didn't.
So, our testing environment is a Vagrant box with Debian Jessie. The tests are working, but just before the video processes, Cypress hangs. I thought installing x264 fixed it, but I was wrong.
… On 3 Nov 2017, at 18:07, Gleb Bahmutov ***@***.***> wrote:
No we don't and @anned20 what is your testing environment?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@anned20 is the runtime 32-bit or 64-bit? because we include 64 bit ffmpeg which might crash on 32 bit. This is why in windows build we manually include both ffmpeg version (increasing its size). In the future we should build separate 32-bit and 64-bit builds for every platform |
I'll have to check that. Will do that tomorrow or Monday. Thank you for your help!
… On 3 Nov 2017, at 19:02, Gleb Bahmutov ***@***.***> wrote:
@anned20 is the runtime 32-bit or 64-bit? because we include 64 bit ffmpeg which might crash on 32 bit. This is why in windows build we manually include both ffmpeg version (increasing its size). In the future we should build separate 32-bit and 64-bit builds for every platform
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I just checked and the runtime is 64bit. The Vagrant image is based on "debian/jessie64". The tests are passing (failing), the screenshots are getting print and then it just hangs. |
It's not throwing an error either with debug mode on |
We were missing x264 from our testing environment and that caused Cypress to hang at processing the video