File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ jobs:
104
104
with :
105
105
fetch-depth : 2
106
106
107
+ # Free up disk space by removing preinstalled components that
108
+ # we do not need. We do this to enable some of the less resource
109
+ # intensive jobs to run on free runners, which however also have less
110
+ # disk sapce.
111
+ - name : free up disk space
112
+ uses : jlumbroso/free-disk-space@main
113
+ with :
114
+ large-packages : false
115
+
107
116
# Rust Log Analyzer can't currently detect the PR number of a GitHub
108
117
# Actions build on its own, so a hint in the log message is needed to
109
118
# point it in the right direction.
@@ -191,6 +200,11 @@ jobs:
191
200
- name : create github artifacts
192
201
run : src/ci/scripts/create-doc-artifacts.sh
193
202
203
+ - name : print disk usage
204
+ run : |
205
+ echo "disk usage:"
206
+ df -h
207
+
194
208
- name : upload artifacts to github
195
209
uses : actions/upload-artifact@v4
196
210
with :
Original file line number Diff line number Diff line change 5
5
env : { }
6
6
7
7
- &job-linux-4c
8
- os : ubuntu-20.04-4core-16gb
8
+ os : ubuntu-20.04
9
9
<< : *base-job
10
10
11
11
- &job-linux-8c
You can’t perform that action at this time.
0 commit comments