We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97054c7 commit 1fa26b6Copy full SHA for 1fa26b6
1 file changed
.github/actions/setup-spark-builder/action.yaml
@@ -45,16 +45,6 @@ runs:
45
cd apache-spark
46
git apply ../dev/diffs/${{inputs.spark-version}}.diff
47
48
- - name: Cache Maven dependencies
49
- uses: actions/cache@v4
50
- with:
51
- path: |
52
- ~/.m2/repository
53
- /root/.m2/repository
54
- key: ${{ runner.os }}-spark-sql-${{ hashFiles('spark/**/pom.xml', 'common/**/pom.xml') }}
55
- restore-keys: |
56
- ${{ runner.os }}-spark-sql-
57
-
58
- name: Build Comet (with native)
59
if: ${{ inputs.skip-native-build != 'true' }}
60
shell: bash
0 commit comments