mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
build: Use correct python version. Closes #3883
This commit is contained in:
parent
5e5474e895
commit
24e10fe300
@ -141,13 +141,13 @@ tidy:
|
||||
@$(call E, check: formatting)
|
||||
$(Q)find $(S)src -name '*.r[sc]' \
|
||||
| grep '^$(S)src/test' -v \
|
||||
| xargs -n 10 python $(S)src/etc/tidy.py
|
||||
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
|
||||
$(Q)find $(S)src/etc -name '*.py' \
|
||||
| xargs -n 10 python $(S)src/etc/tidy.py
|
||||
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
|
||||
$(Q)echo $(ALL_CS) \
|
||||
| xargs -n 10 python $(S)src/etc/tidy.py
|
||||
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
|
||||
$(Q)echo $(ALL_HS) \
|
||||
| xargs -n 10 python $(S)src/etc/tidy.py
|
||||
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
|
||||
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user