paleolimbot commented on code in PR #33:
URL: https://github.com/apache/sedona-db/pull/33#discussion_r2330703164
##########
.github/workflows/rust.yml:
##########
@@ -97,7 +102,19 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
# Update this key to force a new cache
- prefix-key: "rust-${{ matrix.name }}-v1"
+ prefix-key: "rust-${{ matrix.name }}-v2"
+
+ - name: Free Disk Space (Ubuntu)
+ uses: jlumbroso/free-disk-space@main
+ with:
+ # Free up space by removing tools we don't need
+ tool-cache: false # Keep tool cache as we need build tools
+ android: true # Remove Android SDK (not needed)
+ dotnet: true # Remove .NET runtime (not needed)
+ haskell: true # Remove Haskell toolchain (not needed)
+ large-packages: false # Keep essential packages including
build-essential
+ swap-storage: true # Remove swap file to free space
+ docker-images: true # Remove docker images (not needed)
Review Comment:
Can you revert this part of the change if it wasn't needed?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]