v0.11.0 Source build failing because of zlib URL
Can the URL change from #2297 be backported to v0.11.0 release as well ? If we want to keep the same version we can just make the following change. All of their URLS seem to be in /fossils now. Currently the source build because its lacking this fix.
URL https://zlib.net/fossils/zlib-1.2.11.tar.gz
URL_HASH SHA256=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
Originally posted by @codeislife99 in https://github.com/pytorch/audio/issues/2295#issuecomment-1132069288
Hi @codeislife99
Thanks for the comment. How are you fetching the source code?
I have pushed the change to release/0.11 branch, but I was told that PyTorch won't have minor release for 0.11, so the change is not pushed out.
If you can simply checkout release/0.11 branch when you build it, that will work.
Hi I am using the v0.11.0 tag
Hi I am using the
v0.11.0tag
From git or tarball? If you are using git to get the revision of the tag, then simply changing it to git checkout release/0.11 should work.