Skip to content

Commit 0202c94

Browse files
michaelklishinmergify[bot]
authored andcommitted
Drop an action that we no longer need
What was running out of disk space were BuildBuddy worker hosts, not GitHub Actions worker ones. Plus the Action is currently broken because it tries to delete a package that was renamed. (cherry picked from commit 27d88da)
1 parent 8074ede commit 0202c94

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/oci.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,6 @@ jobs:
3838
- image_tag_suffix: otp-max-bazel
3939
otp_version_id: 26_1
4040
steps:
41-
- name: Free Disk Space (Ubuntu)
42-
uses: jlumbroso/free-disk-space@main
43-
with:
44-
# this might remove tools that are actually needed,
45-
# if set to "true" but frees about 6 GB
46-
tool-cache: false
47-
# all of these default to true, but feel free to set to
48-
# "false" if necessary for your workflow
49-
android: true
50-
dotnet: true
51-
haskell: true
52-
large-packages: true
53-
docker-images: false
54-
swap-storage: true
55-
5641
- name: Checkout
5742
uses: actions/checkout@v3
5843

0 commit comments

Comments
 (0)