mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +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:
|
volumes:
|
||||||
- ../../data:/mnt
|
- ../../data:/mnt
|
||||||
- ../../:/opt/build/repo
|
- ../../:/opt/build/repo
|
||||||
- ~/.cargo:/opt/build/.cargo
|
|
||||||
|
|
||||||
pictrs-arm64v8:
|
pictrs-arm64v8:
|
||||||
build:
|
build:
|
||||||
|
@ -35,7 +34,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ../../data:/mnt
|
- ../../data:/mnt
|
||||||
- ../../:/opt/build/repo
|
- ../../:/opt/build/repo
|
||||||
- ~/.cargo:/opt/build/.cargo
|
|
||||||
|
|
||||||
pictrs-arm32v7:
|
pictrs-arm32v7:
|
||||||
build:
|
build:
|
||||||
|
@ -53,4 +51,3 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ../../data:/mnt
|
- ../../data:/mnt
|
||||||
- ../../:/opt/build/repo
|
- ../../:/opt/build/repo
|
||||||
- ~/.cargo:/opt/build/.cargo
|
|
||||||
|
|
Loading…
Reference in a new issue