mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
bootstrap.py: follow up tidy output from CI.
I thought tidy would be more allergic to 80-coloumn overflow, but so be it.
This commit is contained in:
parent
45bcbd99a5
commit
3a2392bb08
@ -314,8 +314,9 @@ def default_build_triple(verbose):
|
||||
|
||||
# ON NetBSD, use `uname -p` to set the CPU type
|
||||
if kernel == 'NetBSD':
|
||||
cputype = subprocess.check_output(
|
||||
['uname', '-p']).strip().decode(default_encoding)
|
||||
cputype = (
|
||||
subprocess.check_output(['uname', '-p']).strip().decode(default_encoding)
|
||||
)
|
||||
|
||||
# The goal here is to come up with the same triple as LLVM would,
|
||||
# at least for the subset of platforms we're willing to target.
|
||||
|
Loading…
x
Reference in New Issue
Block a user