Skip to content

Commit 9e0d100

Browse files
committed
store ccache volume in the source directory
1 parent 3a961ec commit 9e0d100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ services:
44
aosp:
55
image: kylemanna/aosp:latest
66
volumes:
7-
- /tmp/ccache:/ccache
7+
- ~/aosp/ccache:/tmp/ccache
88
- ~/aosp:/aosp
99
- ~/.gitconfig:/root/.gitconfig

0 commit comments

Comments
 (0)