mirror of
https://github.com/servo/servo.git
synced 2025-06-06 08:35:43 +00:00
ci: Free some disc space on GitHub hosted runners (#35181)
Speculative fix for #35179 Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
4461380792
commit
0d51578cc3
1 changed files with 7 additions and 0 deletions
7
.github/workflows/linux.yml
vendored
7
.github/workflows/linux.yml
vendored
|
@ -132,6 +132,13 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git switch --detach
|
git switch --detach
|
||||||
git reset --hard FETCH_HEAD
|
git reset --hard FETCH_HEAD
|
||||||
|
- name: Free Disk Space (Ubuntu)
|
||||||
|
uses: jlumbroso/free-disk-space@main
|
||||||
|
if: ${{ runner.environment != 'self-hosted' }}
|
||||||
|
with:
|
||||||
|
tool-cache: false
|
||||||
|
large-packages: false
|
||||||
|
swap-storage: false
|
||||||
- name: Install LLVM and Clang
|
- name: Install LLVM and Clang
|
||||||
# Expliclity install Clang 14 on Ubuntu 20.04 used by the nightly job (#34713).
|
# Expliclity install Clang 14 on Ubuntu 20.04 used by the nightly job (#34713).
|
||||||
if: ${{ runner.environment != 'self-hosted' && inputs.upload }}
|
if: ${{ runner.environment != 'self-hosted' && inputs.upload }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue