Skip to content

Commit

Permalink
Merge pull request #659 from nextcloud/hostedtoolcache
Browse files Browse the repository at this point in the history
hostedtoolcache directory and environment variables for it
  • Loading branch information
mgallien authored Sep 23, 2024
2 parents 2a1f25d + bed9012 commit ba2245a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client-qt6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,8 @@ RUN curl -sSLo /opt/sonar/build-wrapper-linux-x86.zip ${BUILD_WRAPPER_DOWNLOAD_U
unzip -o /opt/sonar/build-wrapper-linux-x86.zip -d /opt/sonar/

ENV PATH=/opt/sonar/build-wrapper-linux-x86:${PATH}

# Install Python properly (e.g. for clang-tidy-pr-comments)
ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache
ENV RUNNER_TOOL_CACHE=/opt/hostedtoolcache
RUN mkdir -p "${AGENT_TOOLSDIRECTORY}"

0 comments on commit ba2245a

Please sign in to comment.