File tree Expand file tree Collapse file tree 1 file changed +18
-28
lines changed Expand file tree Collapse file tree 1 file changed +18
-28
lines changed Original file line number Diff line number Diff line change @@ -141,27 +141,8 @@ jobs:
141141 linux :
142142 runs-on : ubuntu-latest
143143 steps :
144- - name : Checkout sources
145- uses : actions/checkout@v4
146- with :
147- path : ' smithy-kotlin'
148-
149- - name : Configure Gradle
150- uses : aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
151- with :
152- working-directory : ' smithy-kotlin'
153-
154- - name : Setup build
155- uses : ./smithy-kotlin/.github/actions/setup-build
156-
157- - name : Configure CRT Docker Images
158- run : |
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"
164-
144+ - name : Remove unnecessary tools
145+ run : |
165146 # Remove .NET SDKs
166147 sudo rm -rf /usr/share/dotnet
167148
@@ -188,14 +169,23 @@ jobs:
188169
189170 # Remove PowerShell
190171 sudo rm -rf /usr/local/share/powershell
191-
192- echo "Disk space:"
193- df -h
194-
172+
173+ - name : Checkout sources
174+ uses : actions/checkout@v4
175+ with :
176+ path : ' smithy-kotlin'
177+
178+ - name : Configure Gradle
179+ uses : aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
180+ with :
181+ working-directory : ' smithy-kotlin'
182+
183+ - name : Setup build
184+ uses : ./smithy-kotlin/.github/actions/setup-build
185+
186+ - name : Configure CRT Docker Images
187+ run : |
195188 ./aws-crt-kotlin/docker-images/build-all.sh
196-
197- echo "Disk space:"
198- df -h
199189
200190 - name : Build and Test on Linux with Cross-Compile
201191 working-directory : ./smithy-kotlin
You can’t perform that action at this time.
0 commit comments