Skip to content

Commit

Permalink
Docker image point to a shared folder for ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
andrestotorica authored and lordfolken committed Oct 2, 2024
1 parent 9b91844 commit f5c9dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ build/local-config.mk
.*.swp

.idea
.ccache
1 change: 1 addition & 0 deletions ide/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ WORKDIR /usr/local/bin
RUN chmod 755 ./*

WORKDIR /opt/xcsoar
ENV CCACHE_DIR /opt/xcsoar/.ccache

0 comments on commit f5c9dbf

Please sign in to comment.