-
-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove support for using the pants native toolchain with distutils Ex…
…tensions in setup.py (#7126) ### Problem Resolves #7016 (see [mirrored `pants-devel` post](https://groups.google.com/forum/#!topic/pants-devel/Y37d0tf4bKo)). This unblocks #6855 and #7046, as well as further work on #7122. Closes #5661, closes #6841. I also made a long, long-overdue [github project for native code](https://github.com/pantsbuild/pants/projects/11). ### Solution - Use the host environment to invoke compilers and linkers as desired in distutils, don't try to inject our own toolchain. See #5661 and #7016 for why this is extremely difficult to maintain. ### Result Further native backend iteration is unblocked.
- Loading branch information
1 parent
8858f9f
commit d8f0bd5
Showing
38 changed files
with
477 additions
and
1,086 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
examples/src/python/example/python_distribution/hello/fasthello/BUILD
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
examples/src/python/example/python_distribution/hello/fasthello/c_greet.c
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
examples/src/python/example/python_distribution/hello/fasthello/cpp_greet.cpp
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
examples/src/python/example/python_distribution/hello/fasthello/hello_package/hello.py
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
examples/src/python/example/python_distribution/hello/fasthello/main.py
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
examples/src/python/example/python_distribution/hello/fasthello/setup.py
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
examples/src/python/example/python_distribution/hello/setup_requires/BUILD
This file was deleted.
Oops, something went wrong.
Empty file.
2 changes: 0 additions & 2 deletions
2
examples/src/python/example/python_distribution/hello/setup_requires/setup.cfg
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
examples/src/python/example/python_distribution/hello/setup_requires/setup.py
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
examples/tests/python/example/python_distribution/hello/test_fasthello/BUILD
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
examples/tests/python/example/python_distribution/hello/test_fasthello/test_fasthello.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.