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
Add MANIFEST.in #52908
Add MANIFEST.in #52908
Conversation
Also, do not build PyTorch when 'sdist' option is called
|
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
In order to correctly concatentate the two license files |
Codecov Report
@@ Coverage Diff @@
## master #52908 +/- ##
==========================================
- Coverage 80.76% 80.76% -0.01%
==========================================
Files 1975 1975
Lines 216701 216701
==========================================
- Hits 175029 175015 -14
- Misses 41672 41686 +14 |
Add MANIFEST to .gitignore files Add few more extensions to ignore/pruning list in MANIFEST.in Update bundled licenses during sdist installation Extract `check_submodules` routine from `build_deps`
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
I expected to see some traces of the build in the pytorch_linux_xenial_py3_clang5_asan_build, but it seems that job calls |
Thank you for spotting. Moved the test logic from |
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Cool. Then at the beginning of the cmake-only build ( |
Summary: Do not build PyTorch if `setup.py` is called with 'sdist' option Regenerate bundled license while sdist package is being built Refactor `check_submodules` out of `build_deps` and check that submodules project are present during source package build stage. Test that sdist package is configurable during `asan-build` step Fixes pytorch#52843 Pull Request resolved: pytorch#52908 Reviewed By: walterddr Differential Revision: D26685176 Pulled By: malfet fbshipit-source-id: 972a40ae36e194c0b4e0fc31c5e1af1e7a815185
Summary: Do not build PyTorch if `setup.py` is called with 'sdist' option Regenerate bundled license while sdist package is being built Refactor `check_submodules` out of `build_deps` and check that submodules project are present during source package build stage. Test that sdist package is configurable during `asan-build` step Fixes pytorch#52843 Pull Request resolved: pytorch#52908 Reviewed By: walterddr Differential Revision: D26685176 Pulled By: malfet fbshipit-source-id: 972a40ae36e194c0b4e0fc31c5e1af1e7a815185
Do not build PyTorch if
setup.py
is called with 'sdist' optionRegenerate bundled license while sdist package is being built
Refactor
check_submodules
out ofbuild_deps
and check that submodules project are present during source package build stage.Test that sdist package is configurable during
asan-build
stepFixes #52843
The text was updated successfully, but these errors were encountered: