Skip to content

Commit ba0a57d

Browse files
committed
remove some maven caches
1 parent a2076a4 commit ba0a57d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/spark_sql_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ jobs:
164164
run: |
165165
cd apache-spark
166166
rm -rf /root/.m2/repository/org/apache/parquet # somehow parquet cache requires cleanups
167+
rm -rf /root/.m2/repository/org/scala-lang/modules/scala-xml_2.13
168+
rm -rf /root/.m2/repository/org/xerial/snappy/snappy-java/1.1.10.4
169+
rm -rf /root/.m2/repository/com/google/protobuf/protobuf-java/4.28.2
170+
rm -rf /root/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.80
167171
NOLINT_ON_COMPILE=true ENABLE_COMET=true ENABLE_COMET_ONHEAP=true COMET_PARQUET_SCAN_IMPL=${{ matrix.config.scan-impl }} ENABLE_COMET_LOG_FALLBACK_REASONS=${{ github.event.inputs.collect-fallback-logs || 'false' }} \
168172
build/sbt -Dsbt.log.noformat=true ${{ matrix.module.args1 }} "${{ matrix.module.args2 }}"
169173
if [ "${{ github.event.inputs.collect-fallback-logs }}" = "true" ]; then

0 commit comments

Comments
 (0)