Skip to content

Commit 763f1b8

Browse files
fix(cid): disable build space max on nixci job
Signed-off-by: Cameron Smith <[email protected]>
1 parent 5684dbd commit 763f1b8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/cid.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,19 @@ jobs:
116116
cancel-in-progress: true
117117
steps:
118118
# https://github.com/easimon/maximize-build-space/blob/v10/action.yml#L121-L137
119-
- name: Maximize build space
120-
run: |
121-
echo "Available storage before removing unused software:"
122-
sudo df -h
123-
echo
124-
sudo rm -rf /usr/local/lib/android
125-
echo "Available storage after removing android:"
126-
sudo df -h
127-
echo
128-
sudo rm -rf /opt/hostedtoolcache/CodeQL
129-
echo "Available storage after removing codeql:"
130-
sudo df -h
131-
echo
119+
# - name: Maximize build space
120+
# run: |
121+
# echo "Available storage before removing unused software:"
122+
# sudo df -h
123+
# echo
124+
# sudo rm -rf /usr/local/lib/android
125+
# echo "Available storage after removing android:"
126+
# sudo df -h
127+
# echo
128+
# sudo rm -rf /opt/hostedtoolcache/CodeQL
129+
# echo "Available storage after removing codeql:"
130+
# sudo df -h
131+
# echo
132132
- name: Install dependencies
133133
shell: bash
134134
run: |

0 commit comments

Comments
 (0)