File tree 2 files changed +10
-12
lines changed
2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,7 @@ jobs:
110
110
# less disk space.
111
111
- name : free up disk space
112
112
uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
113
- if : contains(matrix.os, 'ubuntu')
114
- with :
115
- # Removing packages with APT saves ~5 GiB, but takes several
116
- # minutes (and potentially removes important packages).
117
- large-packages : false
113
+ if : matrix.free_disk
118
114
119
115
# Rust Log Analyzer can't currently detect the PR number of a GitHub
120
116
# Actions build on its own, so a hint in the log message is needed to
Original file line number Diff line number Diff line change 6
6
7
7
- &job-linux-4c
8
8
os : ubuntu-20.04
9
+ # Free some disk space to avoid running out of space during the build.
10
+ free_disk : true
9
11
<< : *base-job
10
12
11
13
# Large runner used mainly for its bigger disk capacity
@@ -135,7 +137,7 @@ auto:
135
137
- image : dist-aarch64-linux
136
138
env :
137
139
CODEGEN_BACKENDS : llvm,cranelift
138
- << : *job-linux-4c-largedisk
140
+ << : *job-linux-4c
139
141
140
142
- image : dist-android
141
143
<< : *job-linux-4c
@@ -156,28 +158,28 @@ auto:
156
158
<< : *job-linux-4c
157
159
158
160
- image : dist-loongarch64-linux
159
- << : *job-linux-4c-largedisk
161
+ << : *job-linux-4c
160
162
161
163
- image : dist-loongarch64-musl
162
- << : *job-linux-4c-largedisk
164
+ << : *job-linux-4c
163
165
164
166
- image : dist-ohos
165
167
<< : *job-linux-4c
166
168
167
169
- image : dist-powerpc-linux
168
- << : *job-linux-4c-largedisk
170
+ << : *job-linux-4c
169
171
170
172
- image : dist-powerpc64-linux
171
- << : *job-linux-4c-largedisk
173
+ << : *job-linux-4c
172
174
173
175
- image : dist-powerpc64le-linux
174
- << : *job-linux-4c-largedisk
176
+ << : *job-linux-4c
175
177
176
178
- image : dist-riscv64-linux
177
179
<< : *job-linux-4c
178
180
179
181
- image : dist-s390x-linux
180
- << : *job-linux-4c-largedisk
182
+ << : *job-linux-4c
181
183
182
184
- image : dist-various-1
183
185
<< : *job-linux-4c
You can’t perform that action at this time.
0 commit comments