mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +00:00
Revert "Mount host's .cargo dir for access to package cache"
This reverts commit c3e24c6ff3
.
This commit is contained in:
parent
c3e24c6ff3
commit
99b10e4eb5
1 changed files with 0 additions and 3 deletions
|
@ -17,7 +17,6 @@ services:
|
|||
volumes:
|
||||
- ../../data:/mnt
|
||||
- ../../:/opt/build/repo
|
||||
- ~/.cargo:/opt/build/.cargo
|
||||
|
||||
pictrs-arm64v8:
|
||||
build:
|
||||
|
@ -35,7 +34,6 @@ services:
|
|||
volumes:
|
||||
- ../../data:/mnt
|
||||
- ../../:/opt/build/repo
|
||||
- ~/.cargo:/opt/build/.cargo
|
||||
|
||||
pictrs-arm32v7:
|
||||
build:
|
||||
|
@ -53,4 +51,3 @@ services:
|
|||
volumes:
|
||||
- ../../data:/mnt
|
||||
- ../../:/opt/build/repo
|
||||
- ~/.cargo:/opt/build/.cargo
|
||||
|
|
Loading…
Reference in a new issue