-
Notifications
You must be signed in to change notification settings - Fork 857
Travis: Improve build time #975
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
Conversation
9b8ce5d to
1303acf
Compare
|
there seems to be known issues with ffmpeg 3.3: #907 |
|
Hi @kkopachev, thanks. I will change to 3.2.4. |
Install binary ffmpeg (3.2.4) package instead of build it
1303acf to
f629339
Compare
|
Done! ;) |
|
Changes Unknown when pulling f629339 on marcelometal:ffmpeg-package into ** on thumbor:master**. |
|
We gained a lot, and TravisCI did as well! Thanks, @marcelometal! |
| - python-pyexiv2 | ||
| - yasm | ||
| before_install: | ||
| - echo "deb http://archive.ubuntu.com/ubuntu zesty main universe" | sudo tee --append /etc/apt/sources.list |
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.
Zesty going to EOL in January 2018. Soon after that repos will become unavailable and it will be impossible to install ffmpeg, which will break the build.
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.
Take a look at the ubuntu archive, vivid EOL was in February 4, 2016 and it was not removed.
All ubuntu repositories are available here: https://packages.ubuntu.com
For old or non-supported versions here: http://old-releases.ubuntu.com/ubuntu/dists/
If one day the build breaks, we can fix it changing the archive.ubuntu.com to old-releases.ubuntu.com
But we only depend on ffmpeg 3.2.4, because of this bug . As soon as it is fixed, we can move on.
Install binary ffmpeg (3.3.3) package instead of build it
https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media