You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2020/12/07 01:54:00 UTC

[jira] [Resolved] (SPARK-33682) Add Scala, Maven and Zinc caches to GitHub Action job to publish snapshot

     [ https://issues.apache.org/jira/browse/SPARK-33682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-33682.
----------------------------------
    Resolution: Later

Other jobs have the same issues too. I will take a look later with a new fresh JIRA

> Add Scala, Maven and Zinc caches to GitHub Action job to publish snapshot
> -------------------------------------------------------------------------
>
>                 Key: SPARK-33682
>                 URL: https://issues.apache.org/jira/browse/SPARK-33682
>             Project: Spark
>          Issue Type: Improvement
>          Components: Project Infra, Tests
>    Affects Versions: 2.4.7, 3.0.1, 3.1.0
>            Reporter: Hyukjin Kwon
>            Priority: Minor
>
> We should also better add caches of Scala, Maven and Zinc, e.g.)
> {code}
>     - name: Cache Scala, Maven and Zinc
>       uses: actions/cache@v2
>       with:
>         path: |
>           build/apache-maven-*
>           build/zinc-*
>           build/scala-*
>         key: build-${{ hashFiles('**/pom.xml', 'build/mvn') }}
>         restore-keys: |
>           build-
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org