RESOLVED FIXED 170426
[GTK][JHBuild] Fetch libvpx from a release tarball instead of git
https://bugs.webkit.org/show_bug.cgi?id=170426
Summary [GTK][JHBuild] Fetch libvpx from a release tarball instead of git
Carlos Alberto Lopez Perez
Reported 2017-04-03 15:28:09 PDT
I don't know what is the issue with the libvpx repository, but when using the JHBUILD_MIRROR feature <https://trac.webkit.org/changeset/166061> it sometimes takes ages to run the fetch operation or it even fails with a network timeout. And, I see no reason to use the git repository. Using a release tarball should be better in any case and will lower the disk and network needs required for building WebKitGTK.
Attachments
Patch (1.97 KB, patch)
2017-04-03 15:53 PDT, Carlos Alberto Lopez Perez
no flags
Carlos Alberto Lopez Perez
Comment 1 2017-04-03 15:53:57 PDT
Carlos Alberto Lopez Perez
Comment 2 2017-04-03 16:35:08 PDT
Thanks for the review. I'm landing it with a minor diff to use the variable version on the filename. - <branch repo="downloads.webmproject.org" - module="libvpx-1.6.0.tar.bz2" version="1.6.0" + <branch version="1.6.0" + module="libvpx-${version}.tar.bz2" + repo="downloads.webmproject.org"
Carlos Alberto Lopez Perez
Comment 3 2017-04-03 16:40:19 PDT
Note You need to log in before you can comment on or make changes to this bug.