We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67acee1 commit ed2eeccCopy full SHA for ed2eecc
.run-gha-tests.sh
@@ -2,6 +2,13 @@
2
set -eux
3
export OPAMYES=true
4
5
+# Free some space
6
+# https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
7
+sudo rm -rf /usr/share/dotnet
8
+sudo rm -rf /opt/ghc
9
+sudo rm -rf "/usr/local/share/boost"
10
+sudo rm -rf "$AGENT_TOOLSDIRECTORY"
11
+
12
sudo chmod a+x /usr/local/bin/runc
13
14
sudo sh -c "cat > /usr/local/bin/uname" << EOF
@@ -86,4 +93,3 @@ case "$1" in
86
93
printf "Usage: .run-gha-tests.sh [btrfs|rsync|zfs]" >&2
87
94
exit 1
88
95
esac
89
-
0 commit comments