Skip to content

Commit b4b831e

Browse files
committed
Move Python bootstrap to 3rd CI pass
Python builds are relatively fast, but they produce a lot of data on the disk, increasing pass2 tarball size unnecessarily.
1 parent bb6e987 commit b4b831e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

steps/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ build: grep-3.7
164164
build: sed-4.8
165165
build: autogen-5.18.16
166166
build: musl-1.2.4
167+
jump: break ( INTERNAL_CI == pass1 ) # scripts are generated in pass1
167168
build: python-2.0.1
168169
build: python-2.0.1
169170
build: python-2.3.7
@@ -175,7 +176,6 @@ build: python-3.3.7
175176
build: python-3.4.10
176177
build: python-3.8.16
177178
build: python-3.11.1
178-
jump: break ( INTERNAL_CI == pass1 ) # scripts are generated in pass1
179179
build: gcc-10.4.0
180180
build: binutils-2.41
181181
build: gcc-13.1.0

0 commit comments

Comments
 (0)