File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,6 +159,10 @@ jobs:
159159 run : |
160160 cd apache-spark
161161 rm -rf /root/.m2/repository/org/apache/parquet # somehow parquet cache requires cleanups
162+ rm -rf /root/.m2/repository/org/scala-lang/modules/scala-xml_2.13
163+ rm -rf /root/.m2/repository/org/xerial/snappy/snappy-java/1.1.10.4
164+ rm -rf /root/.m2/repository/com/google/protobuf/protobuf-java/4.28.2
165+ rm -rf /root/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.80
162166 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' }} \
163167 build/sbt -Dsbt.log.noformat=true ${{ matrix.module.args1 }} "${{ matrix.module.args2 }}"
164168 if [ "${{ github.event.inputs.collect-fallback-logs }}" = "true" ]; then
You can’t perform that action at this time.
0 commit comments