-
-
Notifications
You must be signed in to change notification settings - Fork 788
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
serde_codegen: seems to overflow its stack on travis (via docker) #229
Comments
Stack seems to overflow on OS X < 10.11 El Capitan. I get this failure on 10.10 Yosemite and on Travis, which runs 10.9.5. |
I think this one is strongly related to serde-deprecated/syntex#33 , if not the same. |
Is there any work around for this? I'm porting a project from rustc-serialize to serde 0.7 and am hitting this same wall. (I'm on OSX) if there's any significance there. |
https://github.com/jimmycuadra/docker-rust#usage seems to be a work around for me |
As others have mentioned - this also breaks builds on OS X 10.10.5 (no Docker container or travis involved). Does anyone have a workaround? I dread upgrading to El Capitan. |
Fix num-macros for nightly Now compatible with rustc 1.13.0-nightly (32571c05c 2016-09-17)
When using serde on OSX on travis-ci in a docker container (the new default), the build script will overflow its stack.
This does not happen when using
serde_codegen
on a real OSX system.How to reproduce
One could fork
yup-oauth
, setup travis for the fork, and reproduce it that way.Otherwise, one can alter
.travis.yml
of this repository as follows:Meta
The text was updated successfully, but these errors were encountered: