File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -156,11 +156,11 @@ jobs:
156156
157157 - name : Configure CRT Docker Images
158158 run : |
159- ./aws-crt-kotlin/docker-images/build-all.sh
160-
161- - name : Remove unnecessary tools
162- run : |
163- echo "Making space on disk for linux build (TODO: Diagnose why linux build runs out of disk space) "
159+ echo "Disk space:"
160+ df -h
161+
162+ # TODO: Fix our CI/images setup to optimize for size
163+ echo "Making space on disk for linux build"
164164
165165 # Remove .NET SDKs
166166 sudo rm -rf /usr/share/dotnet
@@ -191,6 +191,11 @@ jobs:
191191
192192 echo "Disk space:"
193193 df -h
194+
195+ ./aws-crt-kotlin/docker-images/build-all.sh
196+
197+ echo "Disk space:"
198+ df -h
194199
195200 - name : Build and Test on Linux with Cross-Compile
196201 working-directory : ./smithy-kotlin
You can’t perform that action at this time.
0 commit comments