Skip to content

Conversation

@jsmnbom
Copy link
Member

@jsmnbom jsmnbom commented Jun 22, 2017

Updating wheels package since caching was introduced in v7 and I'm not sure what version is default on travis.

Also update to trusty container for (hopefully) a speedup due to not having to update libssl on every single build.

jsmnbom added 5 commits June 22, 2017 15:49
Updating wheels package since caching was introduced in v7 and I'm not sure what version is default on travis.
Currently about 1min of build time is spent updating libssl... maybe it's newer on trusty?
# We need wheel installed to build wheels
- "git submodule update --init --recursive"
- "%PYTHON%\\python.exe -m pip install wheel"
- "%PYTHON%\\python.exe -m pip install -U wheel"
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 you do this? On Appveyor wheel is not installed by default.

Copy link
Member Author

Choose a reason for hiding this comment

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

At all? Oh :/
I just wanted to be sure we had a recent enough (can't remember the exact version) so that pip knows how to use it for caching.

inspect.signature() seems to return a string instead of an actual signature on pypy
@jsmnbom jsmnbom changed the title Cache pip for travis and appveyor Cache pip for travis and appveyor + update to travis trusty container Jun 22, 2017
@tsnoam tsnoam merged commit d216b83 into master Jun 22, 2017
@tsnoam tsnoam deleted the cache-pip-ci branch June 22, 2017 18:48
@github-actions github-actions bot locked and limited conversation to collaborators Aug 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants