Skip to content

Commit

Permalink
#2121: Test tmpfs mount point
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Nov 13, 2023
1 parent 1e364f5 commit 236b73a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ volumes:
ubuntu-cpp:
# driver: local
name: "${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache"
# driver_opts:
# type: "nfs"
# device: "${CACHE}${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache"
driver_opts:
type: "tmpfs"
device: "${CACHE}${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache"
alpine-cpp:
# driver: local
name: "${ARCH}-alpine-${HOST_COMPILER}-${COMPILER}-cache"
# driver_opts:
# type: "nfs"
# device: "${CACHE}${ARCH}-alpine-${HOST_COMPILER}-${COMPILER}-cache"
driver_opts:
type: "tmpfs"
device: "${CACHE}${ARCH}-alpine-${HOST_COMPILER}-${COMPILER}-cache"

# Define basic rules for ccache used across multiple services. The beauty of
# docker compose with cached volumes is that similarly configured builds will
Expand Down

0 comments on commit 236b73a

Please sign in to comment.