Conversation
eeebf6c to
670994e
Compare
Can that be BC breaking? |
I do not think so.
Added the list of things changed by PR in the description. |
|
I think we should consider breaking this into a few more PRs. Changes like the move of the files or the rename of the library could be separated from the build scripts, etc. and make for a more manageable / revertable changeset. They will also be quicker to merge. |
|
Sounds good. Will work on.
Moto 🛵
…On Tue, May 12, 2020, 00:30 cpuhrsch ***@***.***> wrote:
I think we should consider breaking this into a few more PRs. Changes like
the move of the files or the rename of the library could be separated from
the build scripts, etc. and make for a more manageable / revertable
changeset. They will also be quicker to merge.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#625 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGQ6CQYOQJCQTMRW7VQKC3RRDGETANCNFSM4M4PWWEA>
.
|
be1c032 to
ac09a12
Compare
Codecov Report
@@ Coverage Diff @@
## master #625 +/- ##
=======================================
Coverage 88.84% 88.84%
=======================================
Files 21 21
Lines 2223 2223
=======================================
Hits 1975 1975
Misses 248 248 Continue to review full report at Codecov.
|
|
cc @seemethere for awareness |
| def _get_extra_objects(): | ||
| objs = [] | ||
| if _BUILD_DEPS: | ||
| # NOTE: The order of the library listed bellow matters. |
| - restore_cache: | ||
|
|
||
| keys: | ||
| - env-v1-linux-{{ arch }}-py<< parameters.python_version >>-{{ checksum ".circleci/unittest/linux/scripts/environment.yml" }}-{{ checksum ".circleci-weekly" }} |
There was a problem hiding this comment.
nit: v1 will be deleted soon after merging this PR?
There was a problem hiding this comment.
Caches on CCI will not be deleted, and we do not have control over them.
We change cache key on weekly basis, but this PR also changes what is cached, so it's safer to change the cache key from the previous one.
That way existing PR can still use the old style cache without rebasing, as long as there is no merge conflict.
This PR
_torchaudio.soso that it does not depend on external SoX.python setup.py cleancommand which facilitates clean build.These changes follow the identical pattern as pytorch/text#755 .
apt, or manually built one)curlandCMakeare required, so that it can build SoX and codecs.