Commit e8cd5e5
committed
[SPARK-53375] Remove downloaded tgz files
### What changes were proposed in this pull request?
This PR aims to remove downloaded tgz files to save disk spaces.
### Why are the changes needed?
Due to the limitation on disk space, Xcode compilation fails currently.
https://github.com/apache/spark-connect-swift/actions/runs/17217952618/job/48847747900
```
warning: input verification failed
note: while processing /Users/runner/work/spark-connect-swift/spark-connect-swift/.build/arm64-apple-macosx/release/SparkConnect.build/ArrowArray.swift.o
```
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #221 from dongjoon-hyun/SPARK-53375.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent 784d0e2 commit e8cd5e5
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments