File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/nul
40
40
RUN apt-add-repository "deb https://apt.kitware.com/ubuntu/ $ubuntu_version main"
41
41
42
42
RUN apt-get install -y \
43
- python \
43
+ python3 \
44
44
cmake \
45
45
ninja-build
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
1
+ #!/usr/bin/env python3
2
2
# encoding: utf-8
3
3
4
4
"""
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
1
+ #!/usr/bin/env python3
2
2
##===----------------------------------------------------------------------===##
3
3
##
4
4
## This source file is part of the Swift open source project
Original file line number Diff line number Diff line change 86
86
exceptions=( -path " ./Examples/*" -o -path " ./Fixtures/*" -o -path " ./IntegrationTests/*" )
87
87
matching_files=( -name ' *.py' )
88
88
cat > " $tmp " << "EOF "
89
- #!/usr/bin/env python
89
+ #!/usr/bin/env python3
90
90
##===----------------------------------------------------------------------===##
91
91
##
92
92
## This source file is part of the Swift open source project
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
1
+ #!/usr/bin/env python3
2
2
##===----------------------------------------------------------------------===##
3
3
##
4
4
## This source file is part of the Swift open source project
You can’t perform that action at this time.
0 commit comments