Skip to content

Commit 02375f7

Browse files
authored
[5.8] build_script.py: use python3 by default
We're seeing sporadic CI failures, since apparently some nodes don't have `python` symlinking to a correct Python version. Changing this to `python3` will also make it consistent with the rest of the Python scripts in the Swift project. Unblocks macOS CI for swiftlang/swift-corelibs-foundation#4761.
1 parent 9302bff commit 02375f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# build_script.py - Build, install, and test XCTest -*- python -*-
33
#
44
# This source file is part of the Swift.org open source project

0 commit comments

Comments
 (0)