Skip to content

Commit 5bffd44

Browse files
committed
[build-script] Change dist to linux_distribution
Seems to be the newer version.
1 parent b3e9a8f commit 5bffd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/build-script-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def delete_rpath(rpath, binary):
8888

8989
def should_test_parallel():
9090
if platform.system() == 'Linux':
91-
distro = platform.distro()
91+
distro = platform.linux_ditribution()
9292
if distro[0] != 'Ubuntu':
9393
# Workaround hang in Process.run() that hasn't been tracked down yet.
9494
return False

0 commit comments

Comments
 (0)