Skip to content

[WIP] Run Travis on Ubuntu 14.04 #5730

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

Closed
wants to merge 4 commits into from

Conversation

jenshnielsen
Copy link
Member

This gives us better machines and a more up to date packages which allows us to install xelatex and run the pgf tests. This fails because #5727 is not merged and would have caught that issues.

Unfortunatly the wheelhouse packages are not compatible with this (segfault) so I had to disable them.
Neither does this support the caching of pip/wheel packages so we have to compile numpy from source every time.

Possible solutions to this which I can see are

  • Switch to using conda for dependencies. We probably still want a job that installed the latest version from pypi but most could be done with conda
  • Update the wheelhouse to support 14.04
  • Use numpy preinstalled by Travis. (Probably still wants a job that explicitly installs the earliest version we support and latest version from pypi

@jenshnielsen
Copy link
Member Author

The environments are described here https://docs.travis-ci.com/user/ci-environment/

@jenshnielsen
Copy link
Member Author

We could also depend on the version of numpy that travis ships

@@ -1,4 +1,5 @@
sudo: false
sudo: required
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did this flip? nm, I can read

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer a container based env based on 14.04 but apparently there is no such thing? It would be nice to know if the container based or the 14.04 infrastructure is supposed to be the future?

@tacaswell
Copy link
Member

we should reach out to @matthew-brett and @blink1073 about getting wheels for 14.04 in the wheel house. If this travis setup is a win, I suspect skimage/nipy will want to move over too.

@jenshnielsen
Copy link
Member Author

The last commit is an experiment to use the Travis numpy version. I am -0.5 on doing that but lets see what happens

@jenshnielsen jenshnielsen changed the title [WIP] Run Travis on Ubunut 14.04 [WIP] Run Travis on Ubuntu 14.04 Dec 23, 2015
@blink1073
Copy link
Member

@tacaswell, we'd need to use a different wheelhouse, because the wheel format would not differentiate between Linux versions. Theoretically, it should just work between versions, you could try.

@tacaswell tacaswell added this to the proposed next point release (2.1) milestone Dec 23, 2015
@jenshnielsen
Copy link
Member Author

I tried and seemed to get random seqfaults in some of the builds. Happy to investigate more thou

@blink1073
Copy link
Member

Really sad that this is still not a solved issue with wheels on Linux...

@jenshnielsen
Copy link
Member Author

Closing, We can't use this until we have cache and/or wheels on 14.04 Looks like we can get the PGF tests running on 12.04 anyway see #5727

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

Successfully merging this pull request may close these issues.

4 participants