[
https://issues.apache.org/jira/browse/FLINK-33254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775373#comment-17775373
]
Matthias Pohl commented on FLINK-33254:
---------------------------------------
The issues above are fixed. I tried to introduce caching of the local Maven
repository as well to speed up the compilation. This was a bit tricky because
the cache action didn't pick up the local folder. The reason for this is the
working directory that's used in a Github Actions container setup: By default
it will use \{{/__w}} as the working directory within the container which will
be mapped to {{/home/runner/work}} in the runner system. We need to use
{{/__w}} to refer to the Maven repository within the container to make the
caching work (a bit more context can be found
[here|https://josh-ops.com/posts/github-container-jobs/]).
> Improve speed of compile step
> -----------------------------
>
> Key: FLINK-33254
> URL: https://issues.apache.org/jira/browse/FLINK-33254
> Project: Flink
> Issue Type: Sub-task
> Reporter: Matthias Pohl
> Priority: Major
>
> There were issues with the compilation step where I initially thought that
> it's due to the parallelization of the compilation (which is odd). This issue
> is about investigating how to do the compilation and forwarding the artifacts
> in the right way to the downstream jobs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)