mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Improve build latency of repository
This commit is contained in:
parent
7ab15e0b23
commit
0cf9716039
9 changed files with 39 additions and 5 deletions
9
third_party/python/python.mk
vendored
9
third_party/python/python.mk
vendored
|
@ -2096,6 +2096,15 @@ o/$(MODE)/third_party/python/Lib/test/test_wsgiref.py.runs: private \
|
|||
/usr/local/etc/httpd/conf/mime.types \
|
||||
/usr/local/etc/mime.types
|
||||
|
||||
o/$(MODE)/third_party/python/Lib/test/test_epoll.py.runs: \
|
||||
private .PLEDGE = stdio rpath wpath cpath proc inet
|
||||
o/$(MODE)/third_party/python/Lib/test/test_fcntl.py.runs: \
|
||||
private .PLEDGE = stdio rpath wpath cpath proc flock
|
||||
o/$(MODE)/third_party/python/Lib/test/test_signal.py.runs: \
|
||||
private .PLEDGE = stdio rpath wpath cpath proc flock inet
|
||||
o/$(MODE)/third_party/python/Lib/test/test_timeout.py.runs: \
|
||||
private .PLEDGE = stdio rpath wpath cpath proc inet
|
||||
|
||||
o/$(MODE)/third_party/python/Lib/test/test_grammar.py.runs: \
|
||||
o/$(MODE)/third_party/python/pythontester.com
|
||||
@$(COMPILE) -ACHECK -wtT$@ $(PYHARNESSARGS) $< -m test.test_grammar $(PYTESTARGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue