Skip to content

Commit c938d8b

Browse files
committed
cleanup before docker images build
1 parent b4688c3 commit c938d8b

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)